#402521
a deep, soft red · warm · closest name: black
RGB
64, 37, 33
HSL
8°, 32%, 19%
CMYK
0, 42, 48, 75
Luminance
0.0252
Every format
| HEX | #402521 |
| RGB | rgb(64, 37, 33) |
| HSL | hsl(8, 32%, 19%) |
| CMYK | cmyk(0%, 42%, 48%, 75%) |
| LAB | lab(18.0 12.3 8.1) |
| LCH | lch(18.0 14.7 33.3) |
| OKLCH | oklch(0.298 0.042 28.9) |
Copy-ready code
/* CSS */
color: #402521;
background-color: #402521;
/* Tailwind (arbitrary) */
class="text-[#402521] bg-[#402521]"
/* SCSS */
$brand: #402521;
/* SwiftUI */
Color(red: 0.251, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#402521")Accessibility — WCAG contrast
Aa
#402521 on white: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402521 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow48.4%
Key (black)74.9%
Color previews
#402521 text on a black background
contrast 1.50:1
Card sample
#402521 text on a white background
contrast 13.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402521;
Background color
Panel with #402521 background
background-color: #402521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402521; background: linear-gradient(135deg, #402521, #403A21);