#D1FAE5
Tailwind emerald-100
#D1FAE5 is a green colour. In RGB it is 209 red, 250 green and 229 blue, which converts to a hue of 149 degrees, 80% saturation and 90% lightness. It is Tailwind emerald-100 in that design system's palette.
Color values
| HEX | #D1FAE5 |
|---|---|
| RGB | rgb(209, 250, 229) |
| HSL | hsl(149, 80%, 90%) |
| HSV | hsv(149, 16%, 98%) |
| CMYK | cmyk(16%, 0%, 8%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.13:1, and against black it is 18.52: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.13:1 | Fail | Fail |
| Black | 18.52:1 | AAA | AAA |
Tints and shades
Lighter tints move #D1FAE5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D1FAE5; |
|---|---|
| CSS rgb() | color: rgb(209 250 229); |
| Tailwind | bg-[#d1fae5] |
| SwiftUI | Color(red: 0.820, green: 0.980, blue: 0.898) |
| Android | Color.parseColor("#D1FAE5") |
Closest named color
The nearest CSS colour keyword to #D1FAE5 is lightcyan (#E0FFFF).