#413eb2
a balanced, vivid blue · warm · closest name: slateblue
RGB
65, 62, 178
HSL
242°, 48%, 47%
CMYK
64, 65, 0, 30
Luminance
0.0778
Every format
| HEX | #413eb2 |
| RGB | rgb(65, 62, 178) |
| HSL | hsl(242, 48%, 47%) |
| CMYK | cmyk(64%, 65%, 0%, 30%) |
| LAB | lab(33.5 36.9 -61.3) |
| LCH | lch(33.5 71.6 301.0) |
| OKLCH | oklch(0.442 0.178 277.4) |
Copy-ready code
/* CSS */
color: #413eb2;
background-color: #413eb2;
/* Tailwind (arbitrary) */
class="text-[#413eb2] bg-[#413eb2]"
/* SCSS */
$brand: #413eb2;
/* SwiftUI */
Color(red: 0.255, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#413eb2")Accessibility — WCAG contrast
Aa
#413eb2 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413eb2 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green24.3%
Blue69.8%
CMYK percentages
Cyan63.5%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#413eb2 text on a black background
contrast 2.56:1
Card sample
#413eb2 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413eb2;
Background color
Panel with #413eb2 background
background-color: #413eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413eb2; background: linear-gradient(135deg, #413eb2, #8F3EB2);