#482a21
a deep, soft red · warm · closest name: black
RGB
72, 42, 33
HSL
14°, 37%, 21%
CMYK
0, 42, 54, 72
Luminance
0.0314
Every format
| HEX | #482a21 |
| RGB | rgb(72, 42, 33) |
| HSL | hsl(14, 37%, 21%) |
| CMYK | cmyk(0%, 42%, 54%, 72%) |
| LAB | lab(20.6 12.8 11.7) |
| LCH | lch(20.6 17.4 42.5) |
| OKLCH | oklch(0.320 0.048 37.5) |
Copy-ready code
/* CSS */
color: #482a21;
background-color: #482a21;
/* Tailwind (arbitrary) */
class="text-[#482a21] bg-[#482a21]"
/* SCSS */
$brand: #482a21;
/* SwiftUI */
Color(red: 0.282, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#482a21")Accessibility — WCAG contrast
Aa
#482a21 on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482a21 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow54.2%
Key (black)71.8%
Color previews
#482a21 text on a black background
contrast 1.63:1
Card sample
#482a21 text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482a21;
Background color
Panel with #482a21 background
background-color: #482a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482a21; background: linear-gradient(135deg, #482a21, #484421);