#E2FFBD
A very light, vivid green closely aligning with Palegoldenrod.
About #E2FFBD
When working with digital screens, the color #E2FFBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palegoldenrod. In the RGB color space, it consists of 226 red, 255 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 11% cyan, 0% magenta, 26% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2FFBD
RGB226, 255, 189
HSL86.4°, 100.0%, 87.1%
CMYK11%, 0%, 26%, 0%
HSV86.4°, 25.9%, 100.0%
LAB96.6, -20.5, 28.5
XYZ76.3, 91.4, 61.8
Decimal14876605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.27:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FFBD;
}
.text-color {
color: #E2FFBD;
}
.border-color {
border: 2px solid #E2FFBD;
}