#480821
a deep, electric magenta / pink · warm · closest name: black
RGB
72, 8, 33
HSL
337°, 80%, 16%
CMYK
0, 89, 54, 72
Luminance
0.0166
Every format
| HEX | #480821 |
| RGB | rgb(72, 8, 33) |
| HSL | hsl(337, 80%, 16%) |
| CMYK | cmyk(0%, 89%, 54%, 72%) |
| LAB | lab(13.6 31.0 2.0) |
| LCH | lch(13.6 31.1 3.8) |
| OKLCH | oklch(0.268 0.095 3.3) |
Copy-ready code
/* CSS */
color: #480821;
background-color: #480821;
/* Tailwind (arbitrary) */
class="text-[#480821] bg-[#480821]"
/* SCSS */
$brand: #480821;
/* SwiftUI */
Color(red: 0.282, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#480821")Accessibility — WCAG contrast
Aa
#480821 on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480821 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow54.2%
Key (black)71.8%
Color previews
#480821 text on a black background
contrast 1.33:1
Card sample
#480821 text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480821;
Background color
Panel with #480821 background
background-color: #480821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480821; background: linear-gradient(135deg, #480821, #481A08);