#402ade
a balanced, vivid blue · warm · closest name: blue
RGB
64, 42, 222
HSL
247°, 73%, 52%
CMYK
71, 81, 0, 13
Luminance
0.0802
Every format
| HEX | #402ade |
| RGB | rgb(64, 42, 222) |
| HSL | hsl(247, 73%, 52%) |
| CMYK | cmyk(71%, 81%, 0%, 13%) |
| LAB | lab(34.0 61.2 -86.2) |
| LCH | lch(34.0 105.7 305.4) |
| OKLCH | oklch(0.459 0.250 275.5) |
Copy-ready code
/* CSS */
color: #402ade;
background-color: #402ade;
/* Tailwind (arbitrary) */
class="text-[#402ade] bg-[#402ade]"
/* SCSS */
$brand: #402ade;
/* SwiftUI */
Color(red: 0.251, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#402ade")Accessibility — WCAG contrast
Aa
#402ade on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402ade on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green16.5%
Blue87.1%
CMYK percentages
Cyan71.2%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#402ade text on a black background
contrast 2.60:1
Card sample
#402ade text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402ade;
Background color
Panel with #402ade background
background-color: #402ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402ade; background: linear-gradient(135deg, #402ade, #B82ADE);