#5FAFE9
A light, vivid blue closely aligning with Deepskyblue.
About #5FAFE9
The precise color #5FAFE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deepskyblue. In the RGB color space, it consists of 95 red, 175 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 59% Cyan, 25% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FAFE9
RGB95, 175, 233
HSL205.2°, 75.8%, 64.3%
CMYK59%, 25%, 0%, 9%
HSV205.2°, 59.2%, 91.4%
LAB68.7, -7.7, -36.4
XYZ34.8, 39.0, 82.8
Decimal6270953
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.80:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FAFE9;
}
.text-color {
color: #5FAFE9;
}
.border-color {
border: 2px solid #5FAFE9;
}