#5FDBF8
A light, vivid cyan closely aligning with Skyblue.
About #5FDBF8
Visually, #5FDBF8 is defined as a vivid cyan. Designers often compare it to the standard color Skyblue. In the RGB color space, it consists of 95 red, 219 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 62% Cyan, 12% Magenta, 0% Yellow, and 3% Black. With a hue angle of 191.4 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FDBF8
RGB95, 219, 248
HSL191.4°, 91.6%, 67.3%
CMYK62%, 12%, 0%, 3%
HSV191.4°, 61.7%, 97.3%
LAB81.8, -26.0, -24.5
XYZ47.0, 59.9, 97.9
Decimal6282232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.97:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDBF8;
}
.text-color {
color: #5FDBF8;
}
.border-color {
border: 2px solid #5FDBF8;
}