#DCEDC8
Material lightgreen 100
#DCEDC8 is a green colour. In RGB it is 220 red, 237 green and 200 blue, which converts to a hue of 88 degrees, 51% saturation and 86% lightness. It is Material lightgreen 100 in that design system's palette.
Color values
| HEX | #DCEDC8 |
|---|---|
| RGB | rgb(220, 237, 200) |
| HSL | hsl(88, 51%, 86%) |
| HSV | hsv(88, 16%, 93%) |
| CMYK | cmyk(7%, 0%, 16%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 1.24:1, and against black it is 16.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.24:1 | Fail | Fail |
| Black | 16.99:1 | AAA | AAA |
Tints and shades
Lighter tints move #DCEDC8 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DCEDC8; |
|---|---|
| CSS rgb() | color: rgb(220 237 200); |
| Tailwind | bg-[#dcedc8] |
| SwiftUI | Color(red: 0.863, green: 0.929, blue: 0.784) |
| Android | Color.parseColor("#DCEDC8") |
Closest named color
The nearest CSS colour keyword to #DCEDC8 is gainsboro (#DCDCDC).