#C5F0A8
A very light, vivid green closely aligning with Palegoldenrod.
About #C5F0A8
At its core, #C5F0A8 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Palegoldenrod. This translates to an RGB value of rgb(197, 240, 168).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 18% cyan, 0% magenta, 30% yellow, and 6% black. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5F0A8
RGB197, 240, 168
HSL95.8°, 70.6%, 80.0%
CMYK18%, 0%, 30%, 6%
HSV95.8°, 30.0%, 94.1%
LAB90.3, -26.4, 30.4
XYZ61.3, 77.0, 48.7
Decimal12972200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.40:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F0A8;
}
.text-color {
color: #C5F0A8;
}
.border-color {
border: 2px solid #C5F0A8;
}