#5FCCE9
A light, vivid cyan closely aligning with Skyblue.
About #5FCCE9
When working with digital screens, the color #5FCCE9 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Skyblue. Its digital footprint relies on 95 parts red, 204 parts green, and 233 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 59% Cyan, 12% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FCCE9
RGB95, 204, 233
HSL192.6°, 75.8%, 64.3%
CMYK59%, 12%, 0%, 9%
HSV192.6°, 59.2%, 91.4%
LAB77.0, -22.9, -23.7
XYZ41.0, 51.5, 84.9
Decimal6278377
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.30:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCCE9;
}
.text-color {
color: #5FCCE9;
}
.border-color {
border: 2px solid #5FCCE9;
}