#480a21
a deep, electric magenta / pink · warm · closest name: black
RGB
72, 10, 33
HSL
338°, 76%, 16%
CMYK
0, 86, 54, 72
Luminance
0.0170
Every format
| HEX | #480a21 |
| RGB | rgb(72, 10, 33) |
| HSL | hsl(338, 76%, 16%) |
| CMYK | cmyk(0%, 86%, 54%, 72%) |
| LAB | lab(13.9 30.3 2.4) |
| LCH | lch(13.9 30.4 4.6) |
| OKLCH | oklch(0.270 0.093 4.0) |
Copy-ready code
/* CSS */
color: #480a21;
background-color: #480a21;
/* Tailwind (arbitrary) */
class="text-[#480a21] bg-[#480a21]"
/* SCSS */
$brand: #480a21;
/* SwiftUI */
Color(red: 0.282, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#480a21")Accessibility — WCAG contrast
Aa
#480a21 on white: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480a21 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow54.2%
Key (black)71.8%
Color previews
#480a21 text on a black background
contrast 1.34:1
Card sample
#480a21 text on a white background
contrast 15.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480a21;
Background color
Panel with #480a21 background
background-color: #480a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480a21; background: linear-gradient(135deg, #480a21, #481C0A);