#C5F8A8
A very light, vivid green closely aligning with Lightgreen.
About #C5F8A8
The precise color #C5F8A8 is an excellent choice for modern design projects. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(197, 248, 168).
Translating this color to physical media requires the CMYK color model. The color uses 21% Cyan, 0% Magenta, 32% Yellow, and 3% Black. With a hue angle of 98.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5F8A8
RGB197, 248, 168
HSL98.2°, 85.1%, 81.6%
CMYK21%, 0%, 32%, 3%
HSV98.2°, 32.3%, 97.3%
LAB92.5, -30.2, 33.3
XYZ63.7, 81.8, 49.5
Decimal12974248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.37:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F8A8;
}
.text-color {
color: #C5F8A8;
}
.border-color {
border: 2px solid #C5F8A8;
}