#18bef7
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 190, 247
HSL
195°, 93%, 53%
CMYK
90, 23, 0, 3
Luminance
0.4374
Every format
| HEX | #18bef7 |
| RGB | rgb(24, 190, 247) |
| HSL | hsl(195, 93%, 53%) |
| CMYK | cmyk(90%, 23%, 0%, 3%) |
| LAB | lab(72.0 -19.2 -39.0) |
| LCH | lch(72.0 43.5 243.8) |
| OKLCH | oklch(0.751 0.145 229.4) |
Copy-ready code
/* CSS */
color: #18bef7;
background-color: #18bef7;
/* Tailwind (arbitrary) */
class="text-[#18bef7] bg-[#18bef7]"
/* SCSS */
$brand: #18bef7;
/* SwiftUI */
Color(red: 0.094, green: 0.745, blue: 0.969)
/* Android */
Color.parseColor("#18bef7")Accessibility — WCAG contrast
Aa
#18bef7 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18bef7 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green74.5%
Blue96.9%
CMYK percentages
Cyan90.3%
Magenta23.1%
Yellow0.0%
Key (black)3.1%
Color previews
#18bef7 text on a black background
contrast 9.75:1
Card sample
#18bef7 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18bef7;
Background color
Panel with #18bef7 background
background-color: #18bef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18bef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 190, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 190, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18bef7; background: linear-gradient(135deg, #18bef7, #1829F7);