#C5F8E2
A very light, vivid green closely aligning with Paleturquoise.
About #C5F8E2
At its core, #C5F8E2 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Paleturquoise. Its digital footprint relies on 197 parts red, 248 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 21% cyan, 0% magenta, 9% yellow, and 3% black. The HSL representation is 154.1° hue, 78.5% saturation, and 87.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5F8E2
RGB197, 248, 226
HSL154.1°, 78.5%, 87.3%
CMYK21%, 0%, 9%, 3%
HSV154.1°, 20.6%, 97.3%
LAB93.7, -20.5, 5.2
XYZ70.3, 84.5, 84.6
Decimal12974306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.90:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F8E2;
}
.text-color {
color: #C5F8E2;
}
.border-color {
border: 2px solid #C5F8E2;
}