#18acff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
24, 172, 255
HSL
202°, 100%, 55%
CMYK
91, 33, 0, 0
Luminance
0.3692
Every format
| HEX | #18acff |
| RGB | rgb(24, 172, 255) |
| HSL | hsl(202, 100%, 55%) |
| CMYK | cmyk(91%, 33%, 0%, 0%) |
| LAB | lab(67.2 -6.7 -50.9) |
| LCH | lch(67.2 51.3 262.6) |
| OKLCH | oklch(0.713 0.164 242.0) |
Copy-ready code
/* CSS */
color: #18acff;
background-color: #18acff;
/* Tailwind (arbitrary) */
class="text-[#18acff] bg-[#18acff]"
/* SCSS */
$brand: #18acff;
/* SwiftUI */
Color(red: 0.094, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#18acff")Accessibility — WCAG contrast
Aa
#18acff on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18acff on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green67.5%
Blue100.0%
CMYK percentages
Cyan90.6%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#18acff text on a black background
contrast 8.38:1
Card sample
#18acff text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18acff;
Background color
Panel with #18acff background
background-color: #18acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18acff; background: linear-gradient(135deg, #18acff, #1E18FF);