#760709
a deep, electric red · warm · closest name: maroon
RGB
118, 7, 9
HSL
359°, 89%, 25%
CMYK
0, 94, 92, 54
Luminance
0.0402
Every format
| HEX | #760709 |
| RGB | rgb(118, 7, 9) |
| HSL | hsl(359, 89%, 25%) |
| CMYK | cmyk(0%, 94%, 92%, 54%) |
| LAB | lab(23.8 44.0 31.9) |
| LCH | lch(23.8 54.4 35.9) |
| OKLCH | oklch(0.360 0.141 27.8) |
Copy-ready code
/* CSS */
color: #760709;
background-color: #760709;
/* Tailwind (arbitrary) */
class="text-[#760709] bg-[#760709]"
/* SCSS */
$brand: #760709;
/* SwiftUI */
Color(red: 0.463, green: 0.027, blue: 0.035)
/* Android */
Color.parseColor("#760709")Accessibility — WCAG contrast
Aa
#760709 on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760709 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green2.7%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow92.4%
Key (black)53.7%
Color previews
#760709 text on a black background
contrast 1.80:1
Card sample
#760709 text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760709;
Background color
Panel with #760709 background
background-color: #760709;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760709;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 7, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 7, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760709; background: linear-gradient(135deg, #760709, #764F07);