#770009
a deep, electric red · warm · closest name: maroon
RGB
119, 0, 9
HSL
356°, 100%, 23%
CMYK
0, 100, 92, 53
Luminance
0.0394
Every format
| HEX | #770009 |
| RGB | rgb(119, 0, 9) |
| HSL | hsl(356, 100%, 23%) |
| CMYK | cmyk(0%, 100%, 92%, 53%) |
| LAB | lab(23.5 45.8 31.7) |
| LCH | lch(23.5 55.7 34.7) |
| OKLCH | oklch(0.358 0.146 26.6) |
Copy-ready code
/* CSS */
color: #770009;
background-color: #770009;
/* Tailwind (arbitrary) */
class="text-[#770009] bg-[#770009]"
/* SCSS */
$brand: #770009;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.035)
/* Android */
Color.parseColor("#770009")Accessibility — WCAG contrast
Aa
#770009 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770009 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.4%
Key (black)53.3%
Color previews
#770009 text on a black background
contrast 1.79:1
Card sample
#770009 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770009;
Background color
Panel with #770009 background
background-color: #770009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770009; background: linear-gradient(135deg, #770009, #774600);