#66FF8A
A light, vivid green closely aligning with Springgreen.
About #66FF8A
At its core, #66FF8A is a light and vivid hue. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(102, 255, 138).
Translating this color to physical media requires the CMYK color model. The color uses 60% Cyan, 0% Magenta, 46% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66FF8A
RGB102, 255, 138
HSL134.1°, 100.0%, 70.0%
CMYK60%, 0%, 46%, 0%
HSV134.1°, 60.0%, 100.0%
LAB89.9, -64.6, 43.9
XYZ45.8, 76.2, 36.3
Decimal6750090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.24:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF8A;
}
.text-color {
color: #66FF8A;
}
.border-color {
border: 2px solid #66FF8A;
}