#480021
a deep, electric magenta / pink · warm · closest name: black
RGB
72, 0, 33
HSL
333°, 100%, 14%
CMYK
0, 100, 54, 72
Luminance
0.0149
Every format
| HEX | #480021 |
| RGB | rgb(72, 0, 33) |
| HSL | hsl(333, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 54%, 72%) |
| LAB | lab(12.5 34.1 0.5) |
| LCH | lch(12.5 34.1 0.9) |
| OKLCH | oklch(0.260 0.105 0.9) |
Copy-ready code
/* CSS */
color: #480021;
background-color: #480021;
/* Tailwind (arbitrary) */
class="text-[#480021] bg-[#480021]"
/* SCSS */
$brand: #480021;
/* SwiftUI */
Color(red: 0.282, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#480021")Accessibility — WCAG contrast
Aa
#480021 on white: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480021 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow54.2%
Key (black)71.8%
Color previews
#480021 text on a black background
contrast 1.30:1
Card sample
#480021 text on a white background
contrast 16.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480021;
Background color
Panel with #480021 background
background-color: #480021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480021; background: linear-gradient(135deg, #480021, #480F00);