#17acfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
23, 172, 253
HSL
201°, 98%, 54%
CMYK
91, 32, 0, 1
Luminance
0.3678
Every format
| HEX | #17acfd |
| RGB | rgb(23, 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: #17acfd;
background-color: #17acfd;
/* Tailwind (arbitrary) */
class="text-[#17acfd] bg-[#17acfd]"
/* SCSS */
$brand: #17acfd;
/* SwiftUI */
Color(red: 0.090, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#17acfd")Accessibility — WCAG contrast
Aa
#17acfd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17acfd on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green67.5%
Blue99.2%
CMYK percentages
Cyan90.9%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#17acfd text on a black background
contrast 8.36:1
Card sample
#17acfd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17acfd;
Background color
Panel with #17acfd background
background-color: #17acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17acfd; background: linear-gradient(135deg, #17acfd, #1B17FD);