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