#482721
a deep, soft red · warm · closest name: black
RGB
72, 39, 33
HSL
9°, 37%, 21%
CMYK
0, 46, 54, 72
Luminance
0.0294
Every format
| HEX | #482721 |
| RGB | rgb(72, 39, 33) |
| HSL | hsl(9, 37%, 21%) |
| CMYK | cmyk(0%, 46%, 54%, 72%) |
| LAB | lab(19.8 14.7 10.7) |
| LCH | lch(19.8 18.2 35.8) |
| OKLCH | oklch(0.314 0.051 31.2) |
Copy-ready code
/* CSS */
color: #482721;
background-color: #482721;
/* Tailwind (arbitrary) */
class="text-[#482721] bg-[#482721]"
/* SCSS */
$brand: #482721;
/* SwiftUI */
Color(red: 0.282, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#482721")Accessibility — WCAG contrast
Aa
#482721 on white: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482721 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow54.2%
Key (black)71.8%
Color previews
#482721 text on a black background
contrast 1.59:1
Card sample
#482721 text on a white background
contrast 13.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482721;
Background color
Panel with #482721 background
background-color: #482721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482721; background: linear-gradient(135deg, #482721, #484121);