#C5F0AF
A very light, moderate green closely aligning with Palegoldenrod.
About #C5F0AF
The hex code #C5F0AF represents a beautifully specific shade of green. It is closely associated with the named CSS color Palegoldenrod. This translates to an RGB value of rgb(197, 240, 175).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 18% C, 0% M, 27% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5F0AF
RGB197, 240, 175
HSL99.7°, 68.4%, 81.4%
CMYK18%, 0%, 27%, 6%
HSV99.7°, 27.1%, 94.1%
LAB90.5, -25.4, 27.0
XYZ61.9, 77.3, 52.2
Decimal12972207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.46:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F0AF;
}
.text-color {
color: #C5F0AF;
}
.border-color {
border: 2px solid #C5F0AF;
}