#418dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
65, 141, 253
HSL
216°, 98%, 62%
CMYK
74, 44, 0, 1
Luminance
0.2727
Every format
| HEX | #418dfd |
| RGB | rgb(65, 141, 253) |
| HSL | hsl(216, 98%, 62%) |
| CMYK | cmyk(74%, 44%, 0%, 1%) |
| LAB | lab(59.2 14.1 -62.5) |
| LCH | lch(59.2 64.1 282.7) |
| OKLCH | oklch(0.653 0.183 258.3) |
Copy-ready code
/* CSS */
color: #418dfd;
background-color: #418dfd;
/* Tailwind (arbitrary) */
class="text-[#418dfd] bg-[#418dfd]"
/* SCSS */
$brand: #418dfd;
/* SwiftUI */
Color(red: 0.255, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#418dfd")Accessibility — WCAG contrast
Aa
#418dfd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#418dfd on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green55.3%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#418dfd text on a black background
contrast 6.45:1
Card sample
#418dfd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418dfd;
Background color
Panel with #418dfd background
background-color: #418dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418dfd; background: linear-gradient(135deg, #418dfd, #7241FD);