#E7E5E4
Tailwind stone-200
#E7E5E4 is a grey colour. In RGB it is 231 red, 229 green and 228 blue, which converts to a hue of 20 degrees, 6% saturation and 90% lightness. It is Tailwind stone-200 in that design system's palette.
Color values
| HEX | #E7E5E4 |
|---|---|
| RGB | rgb(231, 229, 228) |
| HSL | hsl(20, 6%, 90%) |
| HSV | hsv(20, 1%, 91%) |
| CMYK | cmyk(0%, 1%, 1%, 9%) |
Contrast and accessibility
Against white the contrast ratio is 1.26:1, and against black it is 16.73: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.26:1 | Fail | Fail |
| Black | 16.73:1 | AAA | AAA |
Tints and shades
Lighter tints move #E7E5E4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E7E5E4; |
|---|---|
| CSS rgb() | color: rgb(231 229 228); |
| Tailwind | bg-[#e7e5e4] |
| SwiftUI | Color(red: 0.906, green: 0.898, blue: 0.894) |
| Android | Color.parseColor("#E7E5E4") |
Closest named color
The nearest CSS colour keyword to #E7E5E4 is gainsboro (#DCDCDC).