#402dfb
a balanced, electric blue · warm · closest name: blue
RGB
64, 45, 251
HSL
246°, 96%, 58%
CMYK
75, 82, 0, 2
Luminance
0.0993
Every format
| HEX | #402dfb |
| RGB | rgb(64, 45, 251) |
| HSL | hsl(246, 96%, 58%) |
| CMYK | cmyk(75%, 82%, 0%, 2%) |
| LAB | lab(37.7 68.1 -96.5) |
| LCH | lch(37.7 118.1 305.2) |
| OKLCH | oklch(0.493 0.280 273.2) |
Copy-ready code
/* CSS */
color: #402dfb;
background-color: #402dfb;
/* Tailwind (arbitrary) */
class="text-[#402dfb] bg-[#402dfb]"
/* SCSS */
$brand: #402dfb;
/* SwiftUI */
Color(red: 0.251, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#402dfb")Accessibility — WCAG contrast
Aa
#402dfb on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402dfb on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green17.6%
Blue98.4%
CMYK percentages
Cyan74.5%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#402dfb text on a black background
contrast 2.99:1
Card sample
#402dfb text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402dfb;
Background color
Panel with #402dfb background
background-color: #402dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402dfb; background: linear-gradient(135deg, #402dfb, #C92DFB);