#18befd
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 190, 253
HSL
197°, 98%, 54%
CMYK
91, 25, 0, 1
Luminance
0.4411
Every format
| HEX | #18befd |
| RGB | rgb(24, 190, 253) |
| HSL | hsl(197, 98%, 54%) |
| CMYK | cmyk(91%, 25%, 0%, 1%) |
| LAB | lab(72.3 -17.1 -41.8) |
| LCH | lch(72.3 45.2 247.7) |
| OKLCH | oklch(0.753 0.150 232.0) |
Copy-ready code
/* CSS */
color: #18befd;
background-color: #18befd;
/* Tailwind (arbitrary) */
class="text-[#18befd] bg-[#18befd]"
/* SCSS */
$brand: #18befd;
/* SwiftUI */
Color(red: 0.094, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#18befd")Accessibility — WCAG contrast
Aa
#18befd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18befd on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green74.5%
Blue99.2%
CMYK percentages
Cyan90.5%
Magenta24.9%
Yellow0.0%
Key (black)0.8%
Color previews
#18befd text on a black background
contrast 9.82:1
Card sample
#18befd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18befd;
Background color
Panel with #18befd background
background-color: #18befd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18befd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18befd; background: linear-gradient(135deg, #18befd, #1825FD);