CSS named color
PaleGoldenrod
#EEE8AA
HEX
#eee8aaRGB
rgb(238, 232, 170)HSL
hsl(55, 67%, 80%)OKLCH
oklch(92.10% 0.0798 103.18)NAME
palegoldenrodPalette
Complementary
180° on the color wheelComplement
#AAB0EE
Analogous
±30° around the base hueLeft
#EEC6AA
Right
#D2EEAA
Triadic
±120° for harmonic contrastTriad 1
#AAEEE8
Triad 2
#E8AAEE
Shades
Lighter and darker variantsCSS usage
By name
color: palegoldenrod;
background-color: palegoldenrod;By HEX
color: #eee8aa;
background-color: #eee8aa;By RGB
color: rgb(238, 232, 170);
background-color: rgb(238, 232, 170);By HSL
color: hsl(55, 67%, 80%);
background-color: hsl(55, 67%, 80%);WCAG contrast vs white
Aa
1.25:1
Below minimum
WCAG contrast vs black
Aa
16.76:1
AAA
Related colors
FAQ — PaleGoldenrod
What is the HEX code for PaleGoldenrod?
The HEX code for PaleGoldenrod is #EEE8AA. It's one of the 148 named CSS colors and can be used directly in CSS as color: palegoldenrod; or color: #eee8aa;
What is PaleGoldenrod in RGB?
PaleGoldenrod in RGB is rgb(238, 232, 170) — red 238, green 232, blue 170.
What is PaleGoldenrod in HSL?
PaleGoldenrod in HSL is hsl(55, 67%, 80%) — hue 55°, saturation 67%, lightness 80%.
What is the complementary color of PaleGoldenrod?
The complementary color (directly opposite PaleGoldenrod on the color wheel) is #AAB0EE. The two together produce maximum contrast.
Is white text readable on PaleGoldenrod?
The WCAG contrast ratio against white (#FFFFFF) is 1.25:1, and against black (#000000) it's 16.76:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.