#18cefb
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 206, 251
HSL
192°, 97%, 54%
CMYK
90, 18, 0, 2
Luminance
0.5130
Every format
| HEX | #18cefb |
| RGB | rgb(24, 206, 251) |
| HSL | hsl(192, 97%, 54%) |
| CMYK | cmyk(90%, 18%, 0%, 2%) |
| LAB | lab(76.9 -26.0 -33.7) |
| LCH | lch(76.9 42.6 232.3) |
| OKLCH | oklch(0.790 0.142 221.6) |
Copy-ready code
/* CSS */
color: #18cefb;
background-color: #18cefb;
/* Tailwind (arbitrary) */
class="text-[#18cefb] bg-[#18cefb]"
/* SCSS */
$brand: #18cefb;
/* SwiftUI */
Color(red: 0.094, green: 0.808, blue: 0.984)
/* Android */
Color.parseColor("#18cefb")Accessibility — WCAG contrast
Aa
#18cefb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18cefb on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green80.8%
Blue98.4%
CMYK percentages
Cyan90.4%
Magenta17.9%
Yellow0.0%
Key (black)1.6%
Color previews
#18cefb text on a black background
contrast 11.26:1
Card sample
#18cefb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18cefb;
Background color
Panel with #18cefb background
background-color: #18cefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18cefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 206, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 206, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18cefb; background: linear-gradient(135deg, #18cefb, #1837FB);