#781421
a dark, vivid red · warm · closest name: maroon
RGB
120, 20, 33
HSL
352°, 71%, 28%
CMYK
0, 83, 73, 53
Luminance
0.0460
Every format
| HEX | #781421 |
| RGB | rgb(120, 20, 33) |
| HSL | hsl(352, 71%, 28%) |
| CMYK | cmyk(0%, 83%, 73%, 53%) |
| LAB | lab(25.6 42.4 19.9) |
| LCH | lch(25.6 46.8 25.1) |
| OKLCH | oklch(0.375 0.133 20.3) |
Copy-ready code
/* CSS */
color: #781421;
background-color: #781421;
/* Tailwind (arbitrary) */
class="text-[#781421] bg-[#781421]"
/* SCSS */
$brand: #781421;
/* SwiftUI */
Color(red: 0.471, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#781421")Accessibility — WCAG contrast
Aa
#781421 on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#781421 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow72.5%
Key (black)52.9%
Color previews
#781421 text on a black background
contrast 1.92:1
Card sample
#781421 text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781421;
Background color
Panel with #781421 background
background-color: #781421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781421; background: linear-gradient(135deg, #781421, #784A14);