#E5E7EB
Tailwind gray-200
#E5E7EB is a blue colour. In RGB it is 229 red, 231 green and 235 blue, which converts to a hue of 220 degrees, 13% saturation and 91% lightness. It is Tailwind gray-200 in that design system's palette.
Color values
| HEX | #E5E7EB |
|---|---|
| RGB | rgb(229, 231, 235) |
| HSL | hsl(220, 13%, 91%) |
| HSV | hsv(220, 3%, 92%) |
| CMYK | cmyk(3%, 2%, 0%, 8%) |
Contrast and accessibility
Against white the contrast ratio is 1.24:1, and against black it is 16.96: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 | 1.24:1 | Fail | Fail |
| Black | 16.96:1 | AAA | AAA |
Tints and shades
Lighter tints move #E5E7EB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E5E7EB; |
|---|---|
| CSS rgb() | color: rgb(229 231 235); |
| Tailwind | bg-[#e5e7eb] |
| SwiftUI | Color(red: 0.898, green: 0.906, blue: 0.922) |
| Android | Color.parseColor("#E5E7EB") |
Closest named color
The nearest CSS colour keyword to #E5E7EB is lavender (#E6E6FA).