#402721
a deep, soft red · warm · closest name: black
RGB
64, 39, 33
HSL
12°, 32%, 19%
CMYK
0, 39, 48, 75
Luminance
0.0265
Every format
| HEX | #402721 |
| RGB | rgb(64, 39, 33) |
| HSL | hsl(12, 32%, 19%) |
| CMYK | cmyk(0%, 39%, 48%, 75%) |
| LAB | lab(18.6 10.9 8.8) |
| LCH | lch(18.6 14.0 39.0) |
| OKLCH | oklch(0.302 0.040 34.1) |
Copy-ready code
/* CSS */
color: #402721;
background-color: #402721;
/* Tailwind (arbitrary) */
class="text-[#402721] bg-[#402721]"
/* SCSS */
$brand: #402721;
/* SwiftUI */
Color(red: 0.251, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#402721")Accessibility — WCAG contrast
Aa
#402721 on white: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402721 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow48.4%
Key (black)74.9%
Color previews
#402721 text on a black background
contrast 1.53:1
Card sample
#402721 text on a white background
contrast 13.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402721;
Background color
Panel with #402721 background
background-color: #402721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402721; background: linear-gradient(135deg, #402721, #403C21);