#24b3df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
36, 179, 223
HSL
194°, 75%, 51%
CMYK
84, 20, 0, 13
Luminance
0.3794
Every format
| HEX | #24b3df |
| RGB | rgb(36, 179, 223) |
| HSL | hsl(194, 75%, 51%) |
| CMYK | cmyk(84%, 20%, 0%, 13%) |
| LAB | lab(68.0 -20.9 -32.3) |
| LCH | lch(68.0 38.5 237.0) |
| OKLCH | oklch(0.715 0.128 225.0) |
Copy-ready code
/* CSS */
color: #24b3df;
background-color: #24b3df;
/* Tailwind (arbitrary) */
class="text-[#24b3df] bg-[#24b3df]"
/* SCSS */
$brand: #24b3df;
/* SwiftUI */
Color(red: 0.141, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#24b3df")Accessibility — WCAG contrast
Aa
#24b3df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24b3df on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green70.2%
Blue87.5%
CMYK percentages
Cyan83.9%
Magenta19.7%
Yellow0.0%
Key (black)12.5%
Color previews
#24b3df text on a black background
contrast 8.59:1
Card sample
#24b3df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24b3df;
Background color
Panel with #24b3df background
background-color: #24b3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24b3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24b3df; background: linear-gradient(135deg, #24b3df, #2436DF);