#425dfd
a balanced, electric blue · warm · closest name: royalblue
RGB
66, 93, 253
HSL
231°, 98%, 63%
CMYK
74, 63, 0, 1
Luminance
0.1608
Every format
| HEX | #425dfd |
| RGB | rgb(66, 93, 253) |
| HSL | hsl(231, 98%, 63%) |
| CMYK | cmyk(74%, 63%, 0%, 1%) |
| LAB | lab(47.1 43.6 -82.2) |
| LCH | lch(47.1 93.1 298.0) |
| OKLCH | oklch(0.561 0.238 269.4) |
Copy-ready code
/* CSS */
color: #425dfd;
background-color: #425dfd;
/* Tailwind (arbitrary) */
class="text-[#425dfd] bg-[#425dfd]"
/* SCSS */
$brand: #425dfd;
/* SwiftUI */
Color(red: 0.259, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#425dfd")Accessibility — WCAG contrast
Aa
#425dfd on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#425dfd on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green36.5%
Blue99.2%
CMYK percentages
Cyan73.9%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#425dfd text on a black background
contrast 4.22:1
Card sample
#425dfd text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #425dfd;
Background color
Panel with #425dfd background
background-color: #425dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #425dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #425dfd; background: linear-gradient(135deg, #425dfd, #A342FD);