#402fdf
a balanced, vivid blue · warm · closest name: blue
RGB
64, 47, 223
HSL
246°, 73%, 53%
CMYK
71, 79, 0, 13
Luminance
0.0845
Every format
| HEX | #402fdf |
| RGB | rgb(64, 47, 223) |
| HSL | hsl(246, 73%, 53%) |
| CMYK | cmyk(71%, 79%, 0%, 13%) |
| LAB | lab(34.9 59.2 -85.3) |
| LCH | lch(34.9 103.8 304.8) |
| OKLCH | oklch(0.465 0.248 275.1) |
Copy-ready code
/* CSS */
color: #402fdf;
background-color: #402fdf;
/* Tailwind (arbitrary) */
class="text-[#402fdf] bg-[#402fdf]"
/* SCSS */
$brand: #402fdf;
/* SwiftUI */
Color(red: 0.251, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#402fdf")Accessibility — WCAG contrast
Aa
#402fdf on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402fdf on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green18.4%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#402fdf text on a black background
contrast 2.69:1
Card sample
#402fdf text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402fdf;
Background color
Panel with #402fdf background
background-color: #402fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402fdf; background: linear-gradient(135deg, #402fdf, #B52FDF);