#481821
a deep, vivid red · warm · closest name: black
RGB
72, 24, 33
HSL
349°, 50%, 19%
CMYK
0, 67, 54, 72
Luminance
0.0214
Every format
| HEX | #481821 |
| RGB | rgb(72, 24, 33) |
| HSL | hsl(349, 50%, 19%) |
| CMYK | cmyk(0%, 67%, 54%, 72%) |
| LAB | lab(16.2 23.8 5.8) |
| LCH | lch(16.2 24.5 13.6) |
| OKLCH | oklch(0.287 0.074 11.5) |
Copy-ready code
/* CSS */
color: #481821;
background-color: #481821;
/* Tailwind (arbitrary) */
class="text-[#481821] bg-[#481821]"
/* SCSS */
$brand: #481821;
/* SwiftUI */
Color(red: 0.282, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#481821")Accessibility — WCAG contrast
Aa
#481821 on white: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481821 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow54.2%
Key (black)71.8%
Color previews
#481821 text on a black background
contrast 1.43:1
Card sample
#481821 text on a white background
contrast 14.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481821;
Background color
Panel with #481821 background
background-color: #481821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481821; background: linear-gradient(135deg, #481821, #482F18);