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