#402421
a deep, soft red · warm · closest name: black
RGB
64, 36, 33
HSL
6°, 32%, 19%
CMYK
0, 44, 48, 75
Luminance
0.0246
Every format
| HEX | #402421 |
| RGB | rgb(64, 36, 33) |
| HSL | hsl(6, 32%, 19%) |
| CMYK | cmyk(0%, 44%, 48%, 75%) |
| LAB | lab(17.7 12.9 7.7) |
| LCH | lch(17.7 15.0 30.7) |
| OKLCH | oklch(0.296 0.043 26.6) |
Copy-ready code
/* CSS */
color: #402421;
background-color: #402421;
/* Tailwind (arbitrary) */
class="text-[#402421] bg-[#402421]"
/* SCSS */
$brand: #402421;
/* SwiftUI */
Color(red: 0.251, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#402421")Accessibility — WCAG contrast
Aa
#402421 on white: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402421 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow48.4%
Key (black)74.9%
Color previews
#402421 text on a black background
contrast 1.49:1
Card sample
#402421 text on a white background
contrast 14.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402421;
Background color
Panel with #402421 background
background-color: #402421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402421; background: linear-gradient(135deg, #402421, #403921);