#481521
a deep, vivid red · warm · closest name: black
RGB
72, 21, 33
HSL
346°, 55%, 18%
CMYK
0, 71, 54, 72
Luminance
0.0202
Every format
| HEX | #481521 |
| RGB | rgb(72, 21, 33) |
| HSL | hsl(346, 55%, 18%) |
| CMYK | cmyk(0%, 71%, 54%, 72%) |
| LAB | lab(15.6 25.4 4.9) |
| LCH | lch(15.6 25.9 10.9) |
| OKLCH | oklch(0.282 0.078 9.3) |
Copy-ready code
/* CSS */
color: #481521;
background-color: #481521;
/* Tailwind (arbitrary) */
class="text-[#481521] bg-[#481521]"
/* SCSS */
$brand: #481521;
/* SwiftUI */
Color(red: 0.282, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#481521")Accessibility — WCAG contrast
Aa
#481521 on white: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481521 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow54.2%
Key (black)71.8%
Color previews
#481521 text on a black background
contrast 1.40:1
Card sample
#481521 text on a white background
contrast 14.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481521;
Background color
Panel with #481521 background
background-color: #481521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481521; background: linear-gradient(135deg, #481521, #482B15);