#66F8AF
A light, vivid green closely aligning with Lightgreen.
About #66F8AF
The hex code #66F8AF represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 248, and 175.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 29% yellow, and 3% black. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#66F8AF
RGB102, 248, 175
HSL150.0°, 91.3%, 68.6%
CMYK59%, 0%, 29%, 3%
HSV150.0°, 58.9%, 97.3%
LAB88.5, -55.5, 23.6
XYZ46.8, 73.1, 52.2
Decimal6748335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.61:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F8AF;
}
.text-color {
color: #66F8AF;
}
.border-color {
border: 2px solid #66F8AF;
}