#480721
a deep, electric magenta / pink · warm · closest name: black
RGB
72, 7, 33
HSL
336°, 82%, 16%
CMYK
0, 90, 54, 72
Luminance
0.0164
Every format
| HEX | #480721 |
| RGB | rgb(72, 7, 33) |
| HSL | hsl(336, 82%, 16%) |
| CMYK | cmyk(0%, 90%, 54%, 72%) |
| LAB | lab(13.5 31.4 1.9) |
| LCH | lch(13.5 31.4 3.4) |
| OKLCH | oklch(0.267 0.096 3.0) |
Copy-ready code
/* CSS */
color: #480721;
background-color: #480721;
/* Tailwind (arbitrary) */
class="text-[#480721] bg-[#480721]"
/* SCSS */
$brand: #480721;
/* SwiftUI */
Color(red: 0.282, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#480721")Accessibility — WCAG contrast
Aa
#480721 on white: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480721 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow54.2%
Key (black)71.8%
Color previews
#480721 text on a black background
contrast 1.33:1
Card sample
#480721 text on a white background
contrast 15.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480721;
Background color
Panel with #480721 background
background-color: #480721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480721; background: linear-gradient(135deg, #480721, #481807);