#481321
a deep, vivid magenta / pink · warm · closest name: black
RGB
72, 19, 33
HSL
344°, 58%, 18%
CMYK
0, 74, 54, 72
Luminance
0.0195
Every format
| HEX | #481321 |
| RGB | rgb(72, 19, 33) |
| HSL | hsl(344, 58%, 18%) |
| CMYK | cmyk(0%, 74%, 54%, 72%) |
| LAB | lab(15.2 26.4 4.4) |
| LCH | lch(15.2 26.8 9.4) |
| OKLCH | oklch(0.280 0.081 8.1) |
Copy-ready code
/* CSS */
color: #481321;
background-color: #481321;
/* Tailwind (arbitrary) */
class="text-[#481321] bg-[#481321]"
/* SCSS */
$brand: #481321;
/* SwiftUI */
Color(red: 0.282, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#481321")Accessibility — WCAG contrast
Aa
#481321 on white: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481321 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow54.2%
Key (black)71.8%
Color previews
#481321 text on a black background
contrast 1.39:1
Card sample
#481321 text on a white background
contrast 15.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481321;
Background color
Panel with #481321 background
background-color: #481321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481321; background: linear-gradient(135deg, #481321, #482813);