#401b21
a deep, soft red · warm · closest name: black
RGB
64, 27, 33
HSL
350°, 41%, 18%
CMYK
0, 58, 48, 75
Luminance
0.0198
Every format
| HEX | #401b21 |
| RGB | rgb(64, 27, 33) |
| HSL | hsl(350, 41%, 18%) |
| CMYK | cmyk(0%, 58%, 48%, 75%) |
| LAB | lab(15.4 18.7 4.4) |
| LCH | lch(15.4 19.2 13.2) |
| OKLCH | oklch(0.278 0.058 11.4) |
Copy-ready code
/* CSS */
color: #401b21;
background-color: #401b21;
/* Tailwind (arbitrary) */
class="text-[#401b21] bg-[#401b21]"
/* SCSS */
$brand: #401b21;
/* SwiftUI */
Color(red: 0.251, green: 0.106, blue: 0.129)
/* Android */
Color.parseColor("#401b21")Accessibility — WCAG contrast
Aa
#401b21 on white: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401b21 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green10.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow48.4%
Key (black)74.9%
Color previews
#401b21 text on a black background
contrast 1.40:1
Card sample
#401b21 text on a white background
contrast 15.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401b21;
Background color
Panel with #401b21 background
background-color: #401b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 27, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 27, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401b21; background: linear-gradient(135deg, #401b21, #402E1B);