#780c21
a dark, electric red · warm · closest name: maroon
RGB
120, 12, 33
HSL
348°, 82%, 26%
CMYK
0, 90, 73, 53
Luminance
0.0437
Every format
| HEX | #780c21 |
| RGB | rgb(120, 12, 33) |
| HSL | hsl(348, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 73%, 53%) |
| LAB | lab(24.9 44.4 19.0) |
| LCH | lch(24.9 48.3 23.1) |
| OKLCH | oklch(0.370 0.139 18.6) |
Copy-ready code
/* CSS */
color: #780c21;
background-color: #780c21;
/* Tailwind (arbitrary) */
class="text-[#780c21] bg-[#780c21]"
/* SCSS */
$brand: #780c21;
/* SwiftUI */
Color(red: 0.471, green: 0.047, blue: 0.129)
/* Android */
Color.parseColor("#780c21")Accessibility — WCAG contrast
Aa
#780c21 on white: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780c21 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green4.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow72.5%
Key (black)52.9%
Color previews
#780c21 text on a black background
contrast 1.87:1
Card sample
#780c21 text on a white background
contrast 11.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780c21;
Background color
Panel with #780c21 background
background-color: #780c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 12, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 12, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780c21; background: linear-gradient(135deg, #780c21, #783F0C);