#5F9983
A medium, muted green closely aligning with Cadetblue.
About #5F9983
At its core, #5F9983 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 95 red, 153 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 38% cyan and 0% magenta inks. The HSL representation is 157.2° hue, 23.4% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#5F9983
RGB95, 153, 131
HSL157.2°, 23.4%, 48.6%
CMYK38%, 0%, 14%, 40%
HSV157.2°, 37.9%, 60.0%
LAB58.8, -24.2, 5.6
XYZ20.2, 26.9, 25.6
Decimal6265219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F9983;
}
.text-color {
color: #5F9983;
}
.border-color {
border: 2px solid #5F9983;
}