#EEE8AA
palegoldenrod
#EEE8AA is a yellow colour. In RGB it is 238 red, 232 green and 170 blue, which converts to a hue of 55 degrees, 67% saturation and 80% lightness. It is one of the named CSS colours, written as palegoldenrod in stylesheets.
Color values
| HEX | #EEE8AA |
|---|---|
| RGB | rgb(238, 232, 170) |
| HSL | hsl(55, 67%, 80%) |
| HSV | hsv(55, 29%, 93%) |
| CMYK | cmyk(0%, 3%, 29%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 1.25:1, and against black it is 16.76: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.25:1 | Fail | Fail |
| Black | 16.76:1 | AAA | AAA |
Tints and shades
Lighter tints move #EEE8AA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EEE8AA; |
|---|---|
| CSS rgb() | color: rgb(238 232 170); |
| Tailwind | bg-[#eee8aa] |
| SwiftUI | Color(red: 0.933, green: 0.910, blue: 0.667) |
| Android | Color.parseColor("#EEE8AA") |