#AFF8A8
A very light, vivid green closely aligning with Lightgreen.
About #AFF8A8
Visually, #AFF8A8 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(175, 248, 168).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 29% cyan, 0% magenta, 32% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFF8A8
RGB175, 248, 168
HSL114.7°, 85.1%, 81.6%
CMYK29%, 0%, 32%, 3%
HSV114.7°, 32.3%, 97.3%
LAB91.3, -37.5, 31.4
XYZ58.3, 79.1, 49.2
Decimal11532456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.82:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF8A8;
}
.text-color {
color: #AFF8A8;
}
.border-color {
border: 2px solid #AFF8A8;
}