#C5FFCC
A very light, vivid green closely aligning with Aquamarine.
About #C5FFCC
At its core, #C5FFCC is a very light and vivid hue. Its closest recognized web color is Aquamarine. Its digital footprint relies on 197 parts red, 255 parts green, and 204 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 23% Cyan, 0% Magenta, 20% Yellow, and 0% Black. The HSL representation is 127.2° hue, 100.0% saturation, and 88.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5FFCC
RGB197, 255, 204
HSL127.2°, 100.0%, 88.6%
CMYK23%, 0%, 20%, 0%
HSV127.2°, 22.7%, 100.0%
LAB95.1, -27.8, 18.5
XYZ69.7, 87.7, 70.4
Decimal12976076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.55:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FFCC;
}
.text-color {
color: #C5FFCC;
}
.border-color {
border: 2px solid #C5FFCC;
}