#5FB6B6
A medium, moderate cyan closely aligning with Cadetblue.
About #5FB6B6
The precise color #5FB6B6 is an excellent choice for modern design projects. Its closest recognized web color is Cadetblue. This translates to an RGB value of rgb(95, 182, 182).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 48% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FB6B6
RGB95, 182, 182
HSL180.0°, 37.3%, 54.3%
CMYK48%, 0%, 0%, 29%
HSV180.0°, 47.8%, 71.4%
LAB68.9, -26.1, -8.1
XYZ29.9, 39.3, 50.3
Decimal6272694
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.85:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FB6B6;
}
.text-color {
color: #5FB6B6;
}
.border-color {
border: 2px solid #5FB6B6;
}