#5FBDF0
A light, vivid blue closely aligning with Lightskyblue.
About #5FBDF0
Visually, #5FBDF0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Lightskyblue. In the RGB color space, it consists of 95 red, 189 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 60% cyan, 21% magenta, 0% yellow, and 6% black. With a hue angle of 201.1 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FBDF0
RGB95, 189, 240
HSL201.1°, 82.9%, 65.7%
CMYK60%, 21%, 0%, 6%
HSV201.1°, 60.4%, 94.1%
LAB73.0, -13.1, -33.7
XYZ38.6, 45.1, 89.1
Decimal6274544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.02:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBDF0;
}
.text-color {
color: #5FBDF0;
}
.border-color {
border: 2px solid #5FBDF0;
}