#94A3B8
Tailwind slate-400
#94A3B8 is a blue colour. In RGB it is 148 red, 163 green and 184 blue, which converts to a hue of 215 degrees, 20% saturation and 65% lightness. It is Tailwind slate-400 in that design system's palette.
Color values
| HEX | #94A3B8 |
|---|---|
| RGB | rgb(148, 163, 184) |
| HSL | hsl(215, 20%, 65%) |
| HSV | hsv(215, 20%, 72%) |
| CMYK | cmyk(20%, 11%, 0%, 28%) |
Contrast and accessibility
Against white the contrast ratio is 2.56:1, and against black it is 8.19:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.56:1 | Fail | Fail |
| Black | 8.19:1 | AAA | AAA |
Tints and shades
Lighter tints move #94A3B8 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #94A3B8; |
|---|---|
| CSS rgb() | color: rgb(148 163 184); |
| Tailwind | bg-[#94a3b8] |
| SwiftUI | Color(red: 0.580, green: 0.639, blue: 0.722) |
| Android | Color.parseColor("#94A3B8") |
Closest named color
The nearest CSS colour keyword to #94A3B8 is darkgray (#A9A9A9).