#C5D3B6
A light, muted green closely aligning with Beige.
About #C5D3B6
At its core, #C5D3B6 is a light and muted hue. If you're using CSS, you might find it aligns closely with Beige. In the RGB color space, it consists of 197 red, 211 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. With a hue angle of 89.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5D3B6
RGB197, 211, 182
HSL89.0°, 24.8%, 77.1%
CMYK7%, 0%, 14%, 17%
HSV89.0°, 13.7%, 82.7%
LAB82.8, -9.9, 12.8
XYZ54.8, 61.8, 53.3
Decimal12964790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.37:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5D3B6;
}
.text-color {
color: #C5D3B6;
}
.border-color {
border: 2px solid #C5D3B6;
}