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