#24A8E2
A medium, vivid blue closely aligning with Deepskyblue.
About #24A8E2
At its core, #24A8E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(36, 168, 226).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 84% cyan and 26% magenta inks. The HSL representation is 198.3° hue, 76.6% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24A8E2
RGB36, 168, 226
HSL198.3°, 76.6%, 51.4%
CMYK84%, 26%, 0%, 11%
HSV198.3°, 84.1%, 88.6%
LAB64.9, -14.0, -38.8
XYZ28.5, 33.9, 77.0
Decimal2402530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.77:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24A8E2;
}
.text-color {
color: #24A8E2;
}
.border-color {
border: 2px solid #24A8E2;
}