#18bef4
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 190, 244
HSL
195°, 91%, 53%
CMYK
90, 22, 0, 4
Luminance
0.4355
Every format
| HEX | #18bef4 |
| RGB | rgb(24, 190, 244) |
| HSL | hsl(195, 91%, 53%) |
| CMYK | cmyk(90%, 22%, 0%, 4%) |
| LAB | lab(71.9 -20.2 -37.6) |
| LCH | lch(71.9 42.7 241.7) |
| OKLCH | oklch(0.749 0.142 228.0) |
Copy-ready code
/* CSS */
color: #18bef4;
background-color: #18bef4;
/* Tailwind (arbitrary) */
class="text-[#18bef4] bg-[#18bef4]"
/* SCSS */
$brand: #18bef4;
/* SwiftUI */
Color(red: 0.094, green: 0.745, blue: 0.957)
/* Android */
Color.parseColor("#18bef4")Accessibility — WCAG contrast
Aa
#18bef4 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18bef4 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green74.5%
Blue95.7%
CMYK percentages
Cyan90.2%
Magenta22.1%
Yellow0.0%
Key (black)4.3%
Color previews
#18bef4 text on a black background
contrast 9.71:1
Card sample
#18bef4 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18bef4;
Background color
Panel with #18bef4 background
background-color: #18bef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18bef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 190, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 190, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18bef4; background: linear-gradient(135deg, #18bef4, #182BF4);