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