#E9FFAF
A very light, vivid green closely aligning with Palegoldenrod.
About #E9FFAF
The hex code #E9FFAF represents a beautifully specific shade of green. Designers often compare it to the standard color Palegoldenrod. This translates to an RGB value of rgb(233, 255, 175).
For print applications, it's crucial to understand its CMYK makeup. The color uses 9% Cyan, 0% Magenta, 31% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9FFAF
RGB233, 255, 175
HSL76.5°, 100.0%, 84.3%
CMYK9%, 0%, 31%, 0%
HSV76.5°, 31.4%, 100.0%
LAB96.8, -19.9, 35.9
XYZ77.1, 91.9, 54.2
Decimal15335343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.39:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9FFAF;
}
.text-color {
color: #E9FFAF;
}
.border-color {
border: 2px solid #E9FFAF;
}