#419dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
65, 157, 253
HSL
211°, 98%, 62%
CMYK
74, 38, 0, 1
Luminance
0.3233
Every format
| HEX | #419dfd |
| RGB | rgb(65, 157, 253) |
| HSL | hsl(211, 98%, 62%) |
| CMYK | cmyk(74%, 38%, 0%, 1%) |
| LAB | lab(63.6 4.5 -55.5) |
| LCH | lch(63.6 55.7 274.7) |
| OKLCH | oklch(0.687 0.166 252.3) |
Copy-ready code
/* CSS */
color: #419dfd;
background-color: #419dfd;
/* Tailwind (arbitrary) */
class="text-[#419dfd] bg-[#419dfd]"
/* SCSS */
$brand: #419dfd;
/* SwiftUI */
Color(red: 0.255, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#419dfd")Accessibility — WCAG contrast
Aa
#419dfd on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#419dfd on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green61.6%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#419dfd text on a black background
contrast 7.47:1
Card sample
#419dfd text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #419dfd;
Background color
Panel with #419dfd background
background-color: #419dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #419dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #419dfd; background: linear-gradient(135deg, #419dfd, #6241FD);