#CDDC39
Material lime 500
#CDDC39 is a yellow colour. In RGB it is 205 red, 220 green and 57 blue, which converts to a hue of 66 degrees, 70% saturation and 54% lightness. It is Material lime 500 in that design system's palette.
Color values
| HEX | #CDDC39 |
|---|---|
| RGB | rgb(205, 220, 57) |
| HSL | hsl(66, 70%, 54%) |
| HSV | hsv(66, 74%, 86%) |
| CMYK | cmyk(7%, 0%, 74%, 14%) |
Contrast and accessibility
Against white the contrast ratio is 1.51:1, and against black it is 13.89: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.51:1 | Fail | Fail |
| Black | 13.89:1 | AAA | AAA |
Tints and shades
Lighter tints move #CDDC39 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CDDC39; |
|---|---|
| CSS rgb() | color: rgb(205 220 57); |
| Tailwind | bg-[#cddc39] |
| SwiftUI | Color(red: 0.804, green: 0.863, blue: 0.224) |
| Android | Color.parseColor("#CDDC39") |
Closest named color
The nearest CSS colour keyword to #CDDC39 is greenyellow (#ADFF2F).