#400621
a deep, electric magenta / pink · warm · closest name: black
RGB
64, 6, 33
HSL
332°, 83%, 14%
CMYK
0, 91, 48, 75
Luminance
0.0133
Every format
| HEX | #400621 |
| RGB | rgb(64, 6, 33) |
| HSL | hsl(332, 83%, 14%) |
| CMYK | cmyk(0%, 91%, 48%, 75%) |
| LAB | lab(11.5 29.3 -1.3) |
| LCH | lch(11.5 29.3 357.6) |
| OKLCH | oklch(0.249 0.090 358.1) |
Copy-ready code
/* CSS */
color: #400621;
background-color: #400621;
/* Tailwind (arbitrary) */
class="text-[#400621] bg-[#400621]"
/* SCSS */
$brand: #400621;
/* SwiftUI */
Color(red: 0.251, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#400621")Accessibility — WCAG contrast
Aa
#400621 on white: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#400621 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow48.4%
Key (black)74.9%
Color previews
#400621 text on a black background
contrast 1.27:1
Card sample
#400621 text on a white background
contrast 16.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #400621;
Background color
Panel with #400621 background
background-color: #400621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #400621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #400621; background: linear-gradient(135deg, #400621, #401206);