#18cbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 203, 253
HSL
193°, 98%, 54%
CMYK
91, 20, 0, 1
Luminance
0.5000
Every format
| HEX | #18cbfd |
| RGB | rgb(24, 203, 253) |
| HSL | hsl(193, 98%, 54%) |
| CMYK | cmyk(91%, 20%, 0%, 1%) |
| LAB | lab(76.1 -23.9 -36.0) |
| LCH | lch(76.1 43.2 236.5) |
| OKLCH | oklch(0.784 0.145 224.4) |
Copy-ready code
/* CSS */
color: #18cbfd;
background-color: #18cbfd;
/* Tailwind (arbitrary) */
class="text-[#18cbfd] bg-[#18cbfd]"
/* SCSS */
$brand: #18cbfd;
/* SwiftUI */
Color(red: 0.094, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#18cbfd")Accessibility — WCAG contrast
Aa
#18cbfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18cbfd on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green79.6%
Blue99.2%
CMYK percentages
Cyan90.5%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#18cbfd text on a black background
contrast 11.00:1
Card sample
#18cbfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18cbfd;
Background color
Panel with #18cbfd background
background-color: #18cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18cbfd; background: linear-gradient(135deg, #18cbfd, #1832FD);