#24bdf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
36, 189, 240
HSL
195°, 87%, 54%
CMYK
85, 21, 0, 6
Luminance
0.4306
Every format
| HEX | #24bdf0 |
| RGB | rgb(36, 189, 240) |
| HSL | hsl(195, 87%, 54%) |
| CMYK | cmyk(85%, 21%, 0%, 6%) |
| LAB | lab(71.6 -20.4 -35.9) |
| LCH | lch(71.6 41.3 240.4) |
| OKLCH | oklch(0.746 0.138 227.2) |
Copy-ready code
/* CSS */
color: #24bdf0;
background-color: #24bdf0;
/* Tailwind (arbitrary) */
class="text-[#24bdf0] bg-[#24bdf0]"
/* SCSS */
$brand: #24bdf0;
/* SwiftUI */
Color(red: 0.141, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#24bdf0")Accessibility — WCAG contrast
Aa
#24bdf0 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24bdf0 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green74.1%
Blue94.1%
CMYK percentages
Cyan85.0%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#24bdf0 text on a black background
contrast 9.61:1
Card sample
#24bdf0 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24bdf0;
Background color
Panel with #24bdf0 background
background-color: #24bdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24bdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24bdf0; background: linear-gradient(135deg, #24bdf0, #2435F0);