#C5F8E9
A very light, vivid green closely aligning with Paleturquoise.
About #C5F8E9
The hex code #C5F8E9 represents a beautifully specific shade of green. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 197 red, 248 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 21% cyan, 0% magenta, 6% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5F8E9
RGB197, 248, 233
HSL162.4°, 78.5%, 87.3%
CMYK21%, 0%, 6%, 3%
HSV162.4°, 20.6%, 97.3%
LAB93.8, -19.1, 1.9
XYZ71.3, 84.9, 89.7
Decimal12974313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.98:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F8E9;
}
.text-color {
color: #C5F8E9;
}
.border-color {
border: 2px solid #C5F8E9;
}