#5FDBF0
A light, vivid cyan closely aligning with Skyblue.
About #5FDBF0
The hex code #5FDBF0 represents a beautifully specific shade of cyan. Its closest recognized web color is Skyblue. In the RGB color space, it consists of 95 red, 219 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 60% cyan and 9% magenta inks. With a hue angle of 188.7 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FDBF0
RGB95, 219, 240
HSL188.7°, 82.9%, 65.7%
CMYK60%, 9%, 0%, 6%
HSV188.7°, 60.4%, 94.1%
LAB81.5, -28.3, -20.6
XYZ45.8, 59.4, 91.5
Decimal6282224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.88:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDBF0;
}
.text-color {
color: #5FDBF0;
}
.border-color {
border: 2px solid #5FDBF0;
}