#5FD3F0
A light, vivid cyan closely aligning with Skyblue.
About #5FD3F0
Visually, #5FD3F0 is defined as a vivid cyan. Its closest recognized web color is Skyblue. Its digital footprint relies on 95 parts red, 211 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 12% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FD3F0
RGB95, 211, 240
HSL192.0°, 82.9%, 65.7%
CMYK60%, 12%, 0%, 6%
HSV192.0°, 60.4%, 94.1%
LAB79.2, -24.4, -24.1
XYZ43.7, 55.3, 90.8
Decimal6280176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.06:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FD3F0;
}
.text-color {
color: #5FD3F0;
}
.border-color {
border: 2px solid #5FD3F0;
}