#781821
a dark, vivid red · warm · closest name: maroon
RGB
120, 24, 33
HSL
354°, 67%, 28%
CMYK
0, 80, 73, 53
Luminance
0.0476
Every format
| HEX | #781821 |
| RGB | rgb(120, 24, 33) |
| HSL | hsl(354, 67%, 28%) |
| CMYK | cmyk(0%, 80%, 73%, 53%) |
| LAB | lab(26.0 41.1 20.4) |
| LCH | lch(26.0 45.9 26.5) |
| OKLCH | oklch(0.378 0.130 21.4) |
Copy-ready code
/* CSS */
color: #781821;
background-color: #781821;
/* Tailwind (arbitrary) */
class="text-[#781821] bg-[#781821]"
/* SCSS */
$brand: #781821;
/* SwiftUI */
Color(red: 0.471, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#781821")Accessibility — WCAG contrast
Aa
#781821 on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#781821 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow72.5%
Key (black)52.9%
Color previews
#781821 text on a black background
contrast 1.95:1
Card sample
#781821 text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781821;
Background color
Panel with #781821 background
background-color: #781821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781821; background: linear-gradient(135deg, #781821, #784F18);