#24cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
36, 205, 255
HSL
194°, 100%, 57%
CMYK
86, 20, 0, 0
Luminance
0.5126
Every format
| HEX | #24cdff |
| RGB | rgb(36, 205, 255) |
| HSL | hsl(194, 100%, 57%) |
| CMYK | cmyk(86%, 20%, 0%, 0%) |
| LAB | lab(76.8 -23.6 -35.9) |
| LCH | lch(76.8 42.9 236.7) |
| OKLCH | oklch(0.790 0.143 224.7) |
Copy-ready code
/* CSS */
color: #24cdff;
background-color: #24cdff;
/* Tailwind (arbitrary) */
class="text-[#24cdff] bg-[#24cdff]"
/* SCSS */
$brand: #24cdff;
/* SwiftUI */
Color(red: 0.141, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#24cdff")Accessibility — WCAG contrast
Aa
#24cdff on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24cdff on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green80.4%
Blue100.0%
CMYK percentages
Cyan85.9%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#24cdff text on a black background
contrast 11.25:1
Card sample
#24cdff text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24cdff;
Background color
Panel with #24cdff background
background-color: #24cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24cdff; background: linear-gradient(135deg, #24cdff, #243BFF);