#E9F8B6
A very light, vivid yellow closely aligning with Palegoldenrod.
About #E9F8B6
At its core, #E9F8B6 is a very light and vivid hue. Its closest recognized web color is Palegoldenrod. Its digital footprint relies on 233 parts red, 248 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 6% cyan, 0% magenta, 27% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9F8B6
RGB233, 248, 182
HSL73.6°, 82.5%, 84.3%
CMYK6%, 0%, 27%, 3%
HSV73.6°, 26.6%, 97.3%
LAB95.1, -15.5, 30.1
XYZ75.6, 87.8, 57.2
Decimal15333558
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.57:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9F8B6;
}
.text-color {
color: #E9F8B6;
}
.border-color {
border: 2px solid #E9F8B6;
}