#780621
a deep, electric red · warm · closest name: maroon
RGB
120, 6, 33
HSL
346°, 91%, 25%
CMYK
0, 95, 73, 53
Luminance
0.0423
Every format
| HEX | #780621 |
| RGB | rgb(120, 6, 33) |
| HSL | hsl(346, 91%, 25%) |
| CMYK | cmyk(0%, 95%, 73%, 53%) |
| LAB | lab(24.4 45.6 18.5) |
| LCH | lch(24.4 49.2 22.0) |
| OKLCH | oklch(0.366 0.142 17.6) |
Copy-ready code
/* CSS */
color: #780621;
background-color: #780621;
/* Tailwind (arbitrary) */
class="text-[#780621] bg-[#780621]"
/* SCSS */
$brand: #780621;
/* SwiftUI */
Color(red: 0.471, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#780621")Accessibility — WCAG contrast
Aa
#780621 on white: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780621 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.0%
Yellow72.5%
Key (black)52.9%
Color previews
#780621 text on a black background
contrast 1.85:1
Card sample
#780621 text on a white background
contrast 11.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780621;
Background color
Panel with #780621 background
background-color: #780621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780621; background: linear-gradient(135deg, #780621, #783706);