#7CBD92
A light, moderate green closely aligning with Darkseagreen.
About #7CBD92
At its core, #7CBD92 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. In the RGB color space, it consists of 124 red, 189 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 34% C, 0% M, 23% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CBD92
RGB124, 189, 146
HSL140.3°, 33.0%, 61.4%
CMYK34%, 0%, 23%, 26%
HSV140.3°, 34.4%, 74.1%
LAB71.4, -29.9, 15.3
XYZ31.7, 42.8, 33.8
Decimal8174994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBD92;
}
.text-color {
color: #7CBD92;
}
.border-color {
border: 2px solid #7CBD92;
}