#C5E2D3
A very light, moderate green closely aligning with Honeydew.
About #C5E2D3
At its core, #C5E2D3 is a very light and moderate hue. Its closest recognized web color is Honeydew. This translates to an RGB value of rgb(197, 226, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 13% Cyan, 0% Magenta, 7% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5E2D3
RGB197, 226, 211
HSL149.0°, 33.3%, 82.9%
CMYK13%, 0%, 7%, 11%
HSV149.0°, 12.8%, 88.6%
LAB87.5, -12.4, 4.1
XYZ62.0, 71.0, 72.1
Decimal12968659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.19:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5E2D3;
}
.text-color {
color: #C5E2D3;
}
.border-color {
border: 2px solid #C5E2D3;
}