#780021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
120, 0, 33
HSL
344°, 100%, 24%
CMYK
0, 100, 73, 53
Luminance
0.0410
Every format
| HEX | #780021 |
| RGB | rgb(120, 0, 33) |
| HSL | hsl(344, 100%, 24%) |
| CMYK | cmyk(0%, 100%, 73%, 53%) |
| LAB | lab(24.0 46.9 18.0) |
| LCH | lch(24.0 50.2 21.0) |
| OKLCH | oklch(0.363 0.145 16.7) |
Copy-ready code
/* CSS */
color: #780021;
background-color: #780021;
/* Tailwind (arbitrary) */
class="text-[#780021] bg-[#780021]"
/* SCSS */
$brand: #780021;
/* SwiftUI */
Color(red: 0.471, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#780021")Accessibility — WCAG contrast
Aa
#780021 on white: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780021 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.5%
Key (black)52.9%
Color previews
#780021 text on a black background
contrast 1.82:1
Card sample
#780021 text on a white background
contrast 11.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780021;
Background color
Panel with #780021 background
background-color: #780021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780021; background: linear-gradient(135deg, #780021, #782F00);