#18acfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
24, 172, 253
HSL
201°, 98%, 54%
CMYK
91, 32, 0, 1
Luminance
0.3679
Every format
| HEX | #18acfd |
| RGB | rgb(24, 172, 253) |
| HSL | hsl(201, 98%, 54%) |
| CMYK | cmyk(91%, 32%, 0%, 1%) |
| LAB | lab(67.1 -7.4 -50.0) |
| LCH | lch(67.1 50.5 261.6) |
| OKLCH | oklch(0.712 0.162 241.3) |
Copy-ready code
/* CSS */
color: #18acfd;
background-color: #18acfd;
/* Tailwind (arbitrary) */
class="text-[#18acfd] bg-[#18acfd]"
/* SCSS */
$brand: #18acfd;
/* SwiftUI */
Color(red: 0.094, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#18acfd")Accessibility — WCAG contrast
Aa
#18acfd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18acfd on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green67.5%
Blue99.2%
CMYK percentages
Cyan90.5%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#18acfd text on a black background
contrast 8.36:1
Card sample
#18acfd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18acfd;
Background color
Panel with #18acfd background
background-color: #18acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18acfd; background: linear-gradient(135deg, #18acfd, #1C18FD);