#A8F8AF
A very light, vivid green closely aligning with Lightgreen.
About #A8F8AF
At its core, #A8F8AF is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(168, 248, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 32% C, 0% M, 29% Y, and 3% K. With a hue angle of 125.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8F8AF
RGB168, 248, 175
HSL125.2°, 85.1%, 81.6%
CMYK32%, 0%, 29%, 3%
HSV125.2°, 32.3%, 97.3%
LAB91.0, -38.6, 27.5
XYZ57.5, 78.6, 52.7
Decimal11073711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.71:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F8AF;
}
.text-color {
color: #A8F8AF;
}
.border-color {
border: 2px solid #A8F8AF;
}