#24CCF8
A medium, vivid cyan closely aligning with Deepskyblue.
About #24CCF8
The hex code #24CCF8 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Deepskyblue. Its digital footprint relies on 36 parts red, 204 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 85% Cyan, 18% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24CCF8
RGB36, 204, 248
HSL192.5°, 93.8%, 55.7%
CMYK85%, 18%, 0%, 3%
HSV192.5°, 85.5%, 97.3%
LAB76.3, -25.4, -33.0
XYZ39.3, 50.3, 96.5
Decimal2411768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24CCF8;
}
.text-color {
color: #24CCF8;
}
.border-color {
border: 2px solid #24CCF8;
}