#781321
a dark, vivid red · warm · closest name: maroon
RGB
120, 19, 33
HSL
352°, 73%, 27%
CMYK
0, 84, 73, 53
Luminance
0.0457
Every format
| HEX | #781321 |
| RGB | rgb(120, 19, 33) |
| HSL | hsl(352, 73%, 27%) |
| CMYK | cmyk(0%, 84%, 73%, 53%) |
| LAB | lab(25.5 42.7 19.8) |
| LCH | lch(25.5 47.0 24.9) |
| OKLCH | oklch(0.374 0.134 20.0) |
Copy-ready code
/* CSS */
color: #781321;
background-color: #781321;
/* Tailwind (arbitrary) */
class="text-[#781321] bg-[#781321]"
/* SCSS */
$brand: #781321;
/* SwiftUI */
Color(red: 0.471, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#781321")Accessibility — WCAG contrast
Aa
#781321 on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#781321 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow72.5%
Key (black)52.9%
Color previews
#781321 text on a black background
contrast 1.91:1
Card sample
#781321 text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781321;
Background color
Panel with #781321 background
background-color: #781321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781321; background: linear-gradient(135deg, #781321, #784813);