#770821
a deep, electric red · warm · closest name: maroon
RGB
119, 8, 33
HSL
347°, 87%, 25%
CMYK
0, 93, 72, 53
Luminance
0.0421
Every format
| HEX | #770821 |
| RGB | rgb(119, 8, 33) |
| HSL | hsl(347, 87%, 25%) |
| CMYK | cmyk(0%, 93%, 72%, 53%) |
| LAB | lab(24.3 45.0 18.3) |
| LCH | lch(24.3 48.5 22.2) |
| OKLCH | oklch(0.365 0.140 17.8) |
Copy-ready code
/* CSS */
color: #770821;
background-color: #770821;
/* Tailwind (arbitrary) */
class="text-[#770821] bg-[#770821]"
/* SCSS */
$brand: #770821;
/* SwiftUI */
Color(red: 0.467, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#770821")Accessibility — WCAG contrast
Aa
#770821 on white: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770821 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow72.3%
Key (black)53.3%
Color previews
#770821 text on a black background
contrast 1.84:1
Card sample
#770821 text on a white background
contrast 11.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770821;
Background color
Panel with #770821 background
background-color: #770821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770821; background: linear-gradient(135deg, #770821, #773908);