#425ef1
a balanced, electric blue · warm · closest name: royalblue
RGB
66, 94, 241
HSL
230°, 86%, 60%
CMYK
73, 61, 0, 6
Luminance
0.1551
Every format
| HEX | #425ef1 |
| RGB | rgb(66, 94, 241) |
| HSL | hsl(230, 86%, 60%) |
| CMYK | cmyk(73%, 61%, 0%, 6%) |
| LAB | lab(46.3 38.9 -76.7) |
| LCH | lch(46.3 86.0 296.9) |
| OKLCH | oklch(0.552 0.222 269.3) |
Copy-ready code
/* CSS */
color: #425ef1;
background-color: #425ef1;
/* Tailwind (arbitrary) */
class="text-[#425ef1] bg-[#425ef1]"
/* SCSS */
$brand: #425ef1;
/* SwiftUI */
Color(red: 0.259, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#425ef1")Accessibility — WCAG contrast
Aa
#425ef1 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#425ef1 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green36.9%
Blue94.5%
CMYK percentages
Cyan72.6%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#425ef1 text on a black background
contrast 4.10:1
Card sample
#425ef1 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #425ef1;
Background color
Panel with #425ef1 background
background-color: #425ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #425ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #425ef1; background: linear-gradient(135deg, #425ef1, #9B42F1);