#1E293B
Tailwind slate-800
#1E293B is a blue colour. In RGB it is 30 red, 41 green and 59 blue, which converts to a hue of 217 degrees, 33% saturation and 17% lightness. It is Tailwind slate-800 in that design system's palette.
Color values
| HEX | #1E293B |
|---|---|
| RGB | rgb(30, 41, 59) |
| HSL | hsl(217, 33%, 17%) |
| HSV | hsv(217, 49%, 23%) |
| CMYK | cmyk(49%, 31%, 0%, 77%) |
Contrast and accessibility
Against white the contrast ratio is 14.63:1, and against black it is 1.44: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 | 14.63:1 | AAA | AAA |
| Black | 1.44:1 | Fail | Fail |
Tints and shades
Lighter tints move #1E293B toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #1E293B; |
|---|---|
| CSS rgb() | color: rgb(30 41 59); |
| Tailwind | bg-[#1e293b] |
| SwiftUI | Color(red: 0.118, green: 0.161, blue: 0.231) |
| Android | Color.parseColor("#1E293B") |
Closest named color
The nearest CSS colour keyword to #1E293B is darkslategray (#2F4F4F).