#401cdf
a balanced, electric blue · warm · closest name: blue
RGB
64, 28, 223
HSL
251°, 78%, 49%
CMYK
71, 87, 0, 13
Luminance
0.0725
Every format
| HEX | #401cdf |
| RGB | rgb(64, 28, 223) |
| HSL | hsl(251, 78%, 49%) |
| CMYK | cmyk(71%, 87%, 0%, 13%) |
| LAB | lab(32.4 66.7 -89.5) |
| LCH | lch(32.4 111.7 306.7) |
| OKLCH | oklch(0.448 0.260 276.2) |
Copy-ready code
/* CSS */
color: #401cdf;
background-color: #401cdf;
/* Tailwind (arbitrary) */
class="text-[#401cdf] bg-[#401cdf]"
/* SCSS */
$brand: #401cdf;
/* SwiftUI */
Color(red: 0.251, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#401cdf")Accessibility — WCAG contrast
Aa
#401cdf on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401cdf on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green11.0%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#401cdf text on a black background
contrast 2.45:1
Card sample
#401cdf text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401cdf;
Background color
Panel with #401cdf background
background-color: #401cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401cdf; background: linear-gradient(135deg, #401cdf, #C21CDF);