#D9F99D
Tailwind lime-200
#D9F99D is a green colour. In RGB it is 217 red, 249 green and 157 blue, which converts to a hue of 81 degrees, 88% saturation and 80% lightness. It is Tailwind lime-200 in that design system's palette.
Color values
| HEX | #D9F99D |
|---|---|
| RGB | rgb(217, 249, 157) |
| HSL | hsl(81, 88%, 80%) |
| HSV | hsv(81, 37%, 98%) |
| CMYK | cmyk(13%, 0%, 37%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.17:1, and against black it is 17.99: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.17:1 | Fail | Fail |
| Black | 17.99:1 | AAA | AAA |
Tints and shades
Lighter tints move #D9F99D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D9F99D; |
|---|---|
| CSS rgb() | color: rgb(217 249 157); |
| Tailwind | bg-[#d9f99d] |
| SwiftUI | Color(red: 0.851, green: 0.976, blue: 0.616) |
| Android | Color.parseColor("#D9F99D") |
Closest named color
The nearest CSS colour keyword to #D9F99D is palegoldenrod (#EEE8AA).