#5F998A
A medium, muted green closely aligning with Cadetblue.
About #5F998A
Visually, #5F998A is defined as a muted green. It is closely associated with the named CSS color Cadetblue. This translates to an RGB value of rgb(95, 153, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 38% cyan and 0% magenta inks. The HSL representation is 164.5° hue, 23.4% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#5F998A
RGB95, 153, 138
HSL164.5°, 23.4%, 48.6%
CMYK38%, 0%, 10%, 40%
HSV164.5°, 37.9%, 60.0%
LAB59.0, -22.6, 1.9
XYZ20.7, 27.1, 28.2
Decimal6265226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F998A;
}
.text-color {
color: #5F998A;
}
.border-color {
border: 2px solid #5F998A;
}