#AFFFA8
A very light, vivid green closely aligning with Palegreen.
About #AFFFA8
When working with digital screens, the color #AFFFA8 is rendered by mixing light. It is closely associated with the named CSS color Palegreen. Its digital footprint relies on 175 parts red, 255 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 31% C, 0% M, 34% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#AFFFA8
RGB175, 255, 168
HSL115.2°, 100.0%, 82.9%
CMYK31%, 0%, 34%, 0%
HSV115.2°, 34.1%, 100.0%
LAB93.2, -40.6, 34.0
XYZ60.5, 83.5, 50.0
Decimal11534248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.69:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFFA8;
}
.text-color {
color: #AFFFA8;
}
.border-color {
border: 2px solid #AFFFA8;
}