#DCE775
Material lime 300
#DCE775 is a yellow colour. In RGB it is 220 red, 231 green and 117 blue, which converts to a hue of 66 degrees, 70% saturation and 68% lightness. It is Material lime 300 in that design system's palette.
Color values
| HEX | #DCE775 |
|---|---|
| RGB | rgb(220, 231, 117) |
| HSL | hsl(66, 70%, 68%) |
| HSV | hsv(66, 49%, 91%) |
| CMYK | cmyk(5%, 0%, 49%, 9%) |
Contrast and accessibility
Against white the contrast ratio is 1.33:1, and against black it is 15.73: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.33:1 | Fail | Fail |
| Black | 15.73:1 | AAA | AAA |
Tints and shades
Lighter tints move #DCE775 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DCE775; |
|---|---|
| CSS rgb() | color: rgb(220 231 117); |
| Tailwind | bg-[#dce775] |
| SwiftUI | Color(red: 0.863, green: 0.906, blue: 0.459) |
| Android | Color.parseColor("#DCE775") |
Closest named color
The nearest CSS colour keyword to #DCE775 is khaki (#F0E68C).