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