#18cee2
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 206, 226
HSL
186°, 81%, 49%
CMYK
89, 9, 0, 11
Luminance
0.4983
Every format
| HEX | #18cee2 |
| RGB | rgb(24, 206, 226) |
| HSL | hsl(186, 81%, 49%) |
| CMYK | cmyk(89%, 9%, 0%, 11%) |
| LAB | lab(76.0 -34.0 -21.6) |
| LCH | lch(76.0 40.4 212.4) |
| OKLCH | oklch(0.779 0.131 207.4) |
Copy-ready code
/* CSS */
color: #18cee2;
background-color: #18cee2;
/* Tailwind (arbitrary) */
class="text-[#18cee2] bg-[#18cee2]"
/* SCSS */
$brand: #18cee2;
/* SwiftUI */
Color(red: 0.094, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#18cee2")Accessibility — WCAG contrast
Aa
#18cee2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18cee2 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green80.8%
Blue88.6%
CMYK percentages
Cyan89.4%
Magenta8.8%
Yellow0.0%
Key (black)11.4%
Color previews
#18cee2 text on a black background
contrast 10.97:1
Card sample
#18cee2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18cee2;
Background color
Panel with #18cee2 background
background-color: #18cee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18cee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18cee2; background: linear-gradient(135deg, #18cee2, #1847E2);