#E6EE9C
Material lime 200
#E6EE9C is a yellow colour. In RGB it is 230 red, 238 green and 156 blue, which converts to a hue of 66 degrees, 71% saturation and 77% lightness. It is Material lime 200 in that design system's palette.
Color values
| HEX | #E6EE9C |
|---|---|
| RGB | rgb(230, 238, 156) |
| HSL | hsl(66, 71%, 77%) |
| HSV | hsv(66, 34%, 93%) |
| CMYK | cmyk(3%, 0%, 34%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 1.23:1, and against black it is 17.07: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.23:1 | Fail | Fail |
| Black | 17.07:1 | AAA | AAA |
Tints and shades
Lighter tints move #E6EE9C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E6EE9C; |
|---|---|
| CSS rgb() | color: rgb(230 238 156); |
| Tailwind | bg-[#e6ee9c] |
| SwiftUI | Color(red: 0.902, green: 0.933, blue: 0.612) |
| Android | Color.parseColor("#E6EE9C") |
Closest named color
The nearest CSS colour keyword to #E6EE9C is palegoldenrod (#EEE8AA).