#720021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
114, 0, 33
HSL
343°, 100%, 22%
CMYK
0, 100, 71, 55
Luminance
0.0369
Every format
| HEX | #720021 |
| RGB | rgb(114, 0, 33) |
| HSL | hsl(343, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 71%, 55%) |
| LAB | lab(22.6 45.3 15.9) |
| LCH | lch(22.6 48.0 19.4) |
| OKLCH | oklch(0.351 0.140 15.5) |
Copy-ready code
/* CSS */
color: #720021;
background-color: #720021;
/* Tailwind (arbitrary) */
class="text-[#720021] bg-[#720021]"
/* SCSS */
$brand: #720021;
/* SwiftUI */
Color(red: 0.447, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#720021")Accessibility — WCAG contrast
Aa
#720021 on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720021 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow71.1%
Key (black)55.3%
Color previews
#720021 text on a black background
contrast 1.74:1
Card sample
#720021 text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720021;
Background color
Panel with #720021 background
background-color: #720021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720021; background: linear-gradient(135deg, #720021, #722B00);