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