#24AFD3
A medium, vivid cyan closely aligning with Deepskyblue.
About #24AFD3
The precise color #24AFD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(36, 175, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 83% Cyan, 17% Magenta, 0% Yellow, and 17% 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. 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#24AFD3
RGB36, 175, 211
HSL192.3°, 70.9%, 48.4%
CMYK83%, 17%, 0%, 17%
HSV192.3°, 82.9%, 82.7%
LAB66.3, -22.9, -28.2
XYZ27.8, 35.7, 67.1
Decimal2404307
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24AFD3;
}
.text-color {
color: #24AFD3;
}
.border-color {
border: 2px solid #24AFD3;
}