#481021
a deep, vivid magenta / pink · warm · closest name: black
RGB
72, 16, 33
HSL
342°, 64%, 17%
CMYK
0, 78, 54, 72
Luminance
0.0186
Every format
| HEX | #481021 |
| RGB | rgb(72, 16, 33) |
| HSL | hsl(342, 64%, 17%) |
| CMYK | cmyk(0%, 78%, 54%, 72%) |
| LAB | lab(14.7 27.9 3.7) |
| LCH | lch(14.7 28.1 7.5) |
| OKLCH | oklch(0.276 0.086 6.4) |
Copy-ready code
/* CSS */
color: #481021;
background-color: #481021;
/* Tailwind (arbitrary) */
class="text-[#481021] bg-[#481021]"
/* SCSS */
$brand: #481021;
/* SwiftUI */
Color(red: 0.282, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#481021")Accessibility — WCAG contrast
Aa
#481021 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481021 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow54.2%
Key (black)71.8%
Color previews
#481021 text on a black background
contrast 1.37:1
Card sample
#481021 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481021;
Background color
Panel with #481021 background
background-color: #481021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481021; background: linear-gradient(135deg, #481021, #482410);