#482221
a deep, soft red · warm · closest name: black
RGB
72, 34, 33
HSL
2°, 37%, 21%
CMYK
0, 53, 54, 72
Luminance
0.0263
Every format
| HEX | #482221 |
| RGB | rgb(72, 34, 33) |
| HSL | hsl(2, 37%, 21%) |
| CMYK | cmyk(0%, 53%, 54%, 72%) |
| LAB | lab(18.5 17.9 8.9) |
| LCH | lch(18.5 20.0 26.4) |
| OKLCH | oklch(0.304 0.058 22.6) |
Copy-ready code
/* CSS */
color: #482221;
background-color: #482221;
/* Tailwind (arbitrary) */
class="text-[#482221] bg-[#482221]"
/* SCSS */
$brand: #482221;
/* SwiftUI */
Color(red: 0.282, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#482221")Accessibility — WCAG contrast
Aa
#482221 on white: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482221 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow54.2%
Key (black)71.8%
Color previews
#482221 text on a black background
contrast 1.53:1
Card sample
#482221 text on a white background
contrast 13.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482221;
Background color
Panel with #482221 background
background-color: #482221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482221; background: linear-gradient(135deg, #482221, #483C21);