#C5DBCC
A very light, muted green closely aligning with Lightgray.
About #C5DBCC
The hex code #C5DBCC represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lightgray. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 219, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 10% C, 0% M, 7% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5DBCC
RGB197, 219, 204
HSL139.1°, 23.4%, 81.6%
CMYK10%, 0%, 7%, 14%
HSV139.1°, 10.0%, 85.9%
LAB85.4, -10.1, 4.9
XYZ59.3, 66.9, 66.9
Decimal12966860
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.38:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DBCC;
}
.text-color {
color: #C5DBCC;
}
.border-color {
border: 2px solid #C5DBCC;
}