#E9E9AF
A very light, moderate yellow closely aligning with Palegoldenrod.
About #E9E9AF
When working with digital screens, the color #E9E9AF is rendered by mixing light. Its closest recognized web color is Palegoldenrod. In the RGB color space, it consists of 233 red, 233 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 0% magenta, 25% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9E9AF
RGB233, 233, 175
HSL60.0°, 56.9%, 80.0%
CMYK0%, 0%, 25%, 9%
HSV60.0°, 24.9%, 91.4%
LAB91.1, -9.1, 28.3
XYZ70.5, 78.7, 52.0
Decimal15329711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.74:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9E9AF;
}
.text-color {
color: #E9E9AF;
}
.border-color {
border: 2px solid #E9E9AF;
}