#ECFDF5
Tailwind emerald-50
#ECFDF5 is a green colour. In RGB it is 236 red, 253 green and 245 blue, which converts to a hue of 152 degrees, 81% saturation and 96% lightness. It is Tailwind emerald-50 in that design system's palette.
Color values
| HEX | #ECFDF5 |
|---|---|
| RGB | rgb(236, 253, 245) |
| HSL | hsl(152, 81%, 96%) |
| HSV | hsv(152, 7%, 99%) |
| CMYK | cmyk(7%, 0%, 3%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.05:1, and against black it is 19.94: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.05:1 | Fail | Fail |
| Black | 19.94:1 | AAA | AAA |
Tints and shades
Lighter tints move #ECFDF5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #ECFDF5; |
|---|---|
| CSS rgb() | color: rgb(236 253 245); |
| Tailwind | bg-[#ecfdf5] |
| SwiftUI | Color(red: 0.925, green: 0.992, blue: 0.961) |
| Android | Color.parseColor("#ECFDF5") |
Closest named color
The nearest CSS colour keyword to #ECFDF5 is honeydew (#F0FFF0).