#24adeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
36, 173, 235
HSL
199°, 83%, 53%
CMYK
85, 26, 0, 8
Luminance
0.3626
Every format
| HEX | #24adeb |
| RGB | rgb(36, 173, 235) |
| HSL | hsl(199, 83%, 53%) |
| CMYK | cmyk(85%, 26%, 0%, 8%) |
| LAB | lab(66.7 -13.6 -40.8) |
| LCH | lch(66.7 43.0 251.5) |
| OKLCH | oklch(0.707 0.141 234.8) |
Copy-ready code
/* CSS */
color: #24adeb;
background-color: #24adeb;
/* Tailwind (arbitrary) */
class="text-[#24adeb] bg-[#24adeb]"
/* SCSS */
$brand: #24adeb;
/* SwiftUI */
Color(red: 0.141, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#24adeb")Accessibility — WCAG contrast
Aa
#24adeb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24adeb on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan84.7%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#24adeb text on a black background
contrast 8.25:1
Card sample
#24adeb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24adeb;
Background color
Panel with #24adeb background
background-color: #24adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24adeb; background: linear-gradient(135deg, #24adeb, #2428EB);