#770c13
a dark, electric red · warm · closest name: maroon
RGB
119, 12, 19
HSL
356°, 82%, 26%
CMYK
0, 90, 84, 53
Luminance
0.0423
Every format
| HEX | #770c13 |
| RGB | rgb(119, 12, 19) |
| HSL | hsl(356, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 84%, 53%) |
| LAB | lab(24.4 43.6 27.6) |
| LCH | lch(24.4 51.5 32.3) |
| OKLCH | oklch(0.365 0.139 25.3) |
Copy-ready code
/* CSS */
color: #770c13;
background-color: #770c13;
/* Tailwind (arbitrary) */
class="text-[#770c13] bg-[#770c13]"
/* SCSS */
$brand: #770c13;
/* SwiftUI */
Color(red: 0.467, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#770c13")Accessibility — WCAG contrast
Aa
#770c13 on white: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770c13 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow84.0%
Key (black)53.3%
Color previews
#770c13 text on a black background
contrast 1.85:1
Card sample
#770c13 text on a white background
contrast 11.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770c13;
Background color
Panel with #770c13 background
background-color: #770c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770c13; background: linear-gradient(135deg, #770c13, #774C0C);