#FFEE58
Material yellow 400
#FFEE58 is a yellow colour. In RGB it is 255 red, 238 green and 88 blue, which converts to a hue of 54 degrees, 100% saturation and 67% lightness. It is Material yellow 400 in that design system's palette.
Color values
| HEX | #FFEE58 |
|---|---|
| RGB | rgb(255, 238, 88) |
| HSL | hsl(54, 100%, 67%) |
| HSV | hsv(54, 65%, 100%) |
| CMYK | cmyk(0%, 7%, 65%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.19:1, and against black it is 17.62: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.19:1 | Fail | Fail |
| Black | 17.62:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFEE58 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFEE58; |
|---|---|
| CSS rgb() | color: rgb(255 238 88); |
| Tailwind | bg-[#ffee58] |
| SwiftUI | Color(red: 1.000, green: 0.933, blue: 0.345) |
| Android | Color.parseColor("#FFEE58") |
Closest named color
The nearest CSS colour keyword to #FFEE58 is khaki (#F0E68C).