#ECFCCB
Tailwind lime-100
#ECFCCB is a green colour. In RGB it is 236 red, 252 green and 203 blue, which converts to a hue of 80 degrees, 89% saturation and 89% lightness. It is Tailwind lime-100 in that design system's palette.
Color values
| HEX | #ECFCCB |
|---|---|
| RGB | rgb(236, 252, 203) |
| HSL | hsl(80, 89%, 89%) |
| HSV | hsv(80, 19%, 99%) |
| CMYK | cmyk(6%, 0%, 19%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.09:1, and against black it is 19.35: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.09:1 | Fail | Fail |
| Black | 19.35:1 | AAA | AAA |
Tints and shades
Lighter tints move #ECFCCB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #ECFCCB; |
|---|---|
| CSS rgb() | color: rgb(236 252 203); |
| Tailwind | bg-[#ecfccb] |
| SwiftUI | Color(red: 0.925, green: 0.988, blue: 0.796) |
| Android | Color.parseColor("#ECFCCB") |
Closest named color
The nearest CSS colour keyword to #ECFCCB is lightgoldenrodyellow (#FAFAD2).