#7CBDA8
A light, moderate green closely aligning with Darkseagreen.
About #7CBDA8
At its core, #7CBDA8 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(124, 189, 168).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 34% C, 0% M, 11% Y, and 26% K. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CBDA8
RGB124, 189, 168
HSL160.6°, 33.0%, 61.4%
CMYK34%, 0%, 11%, 26%
HSV160.6°, 34.4%, 74.1%
LAB71.9, -25.4, 4.1
XYZ33.6, 43.5, 43.7
Decimal8175016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.70:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBDA8;
}
.text-color {
color: #7CBDA8;
}
.border-color {
border: 2px solid #7CBDA8;
}