#24adef
a balanced, electric cyan · cool · closest name: steelblue
RGB
36, 173, 239
HSL
200°, 86%, 54%
CMYK
85, 28, 0, 6
Luminance
0.3649
Every format
| HEX | #24adef |
| RGB | rgb(36, 173, 239) |
| HSL | hsl(200, 86%, 54%) |
| CMYK | cmyk(85%, 28%, 0%, 6%) |
| LAB | lab(66.9 -12.2 -42.7) |
| LCH | lch(66.9 44.4 254.0) |
| OKLCH | oklch(0.709 0.145 236.5) |
Copy-ready code
/* CSS */
color: #24adef;
background-color: #24adef;
/* Tailwind (arbitrary) */
class="text-[#24adef] bg-[#24adef]"
/* SCSS */
$brand: #24adef;
/* SwiftUI */
Color(red: 0.141, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#24adef")Accessibility — WCAG contrast
Aa
#24adef on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24adef on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green67.8%
Blue93.7%
CMYK percentages
Cyan84.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#24adef text on a black background
contrast 8.30:1
Card sample
#24adef text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24adef;
Background color
Panel with #24adef background
background-color: #24adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24adef; background: linear-gradient(135deg, #24adef, #2426EF);