#413cdb
a balanced, vivid blue · warm · closest name: slateblue
RGB
65, 60, 219
HSL
242°, 69%, 55%
CMYK
70, 73, 0, 14
Luminance
0.0947
Every format
| HEX | #413cdb |
| RGB | rgb(65, 60, 219) |
| HSL | hsl(242, 69%, 55%) |
| CMYK | cmyk(70%, 73%, 0%, 14%) |
| LAB | lab(36.9 51.5 -79.8) |
| LCH | lch(36.9 94.9 302.8) |
| OKLCH | oklch(0.478 0.231 274.6) |
Copy-ready code
/* CSS */
color: #413cdb;
background-color: #413cdb;
/* Tailwind (arbitrary) */
class="text-[#413cdb] bg-[#413cdb]"
/* SCSS */
$brand: #413cdb;
/* SwiftUI */
Color(red: 0.255, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#413cdb")Accessibility — WCAG contrast
Aa
#413cdb on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413cdb on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green23.5%
Blue85.9%
CMYK percentages
Cyan70.3%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#413cdb text on a black background
contrast 2.89:1
Card sample
#413cdb text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413cdb;
Background color
Panel with #413cdb background
background-color: #413cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413cdb; background: linear-gradient(135deg, #413cdb, #AB3CDB);