#402cdf
a balanced, vivid blue · warm · closest name: blue
RGB
64, 44, 223
HSL
247°, 74%, 52%
CMYK
71, 80, 0, 13
Luminance
0.0822
Every format
| HEX | #402cdf |
| RGB | rgb(64, 44, 223) |
| HSL | hsl(247, 74%, 52%) |
| CMYK | cmyk(71%, 80%, 0%, 13%) |
| LAB | lab(34.4 60.6 -86.1) |
| LCH | lch(34.4 105.3 305.1) |
| OKLCH | oklch(0.462 0.250 275.3) |
Copy-ready code
/* CSS */
color: #402cdf;
background-color: #402cdf;
/* Tailwind (arbitrary) */
class="text-[#402cdf] bg-[#402cdf]"
/* SCSS */
$brand: #402cdf;
/* SwiftUI */
Color(red: 0.251, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#402cdf")Accessibility — WCAG contrast
Aa
#402cdf on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402cdf on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green17.3%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#402cdf text on a black background
contrast 2.64:1
Card sample
#402cdf text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402cdf;
Background color
Panel with #402cdf background
background-color: #402cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402cdf; background: linear-gradient(135deg, #402cdf, #B72CDF);