#761e0f
a dark, electric red · warm · closest name: maroon
RGB
118, 30, 15
HSL
9°, 77%, 26%
CMYK
0, 75, 87, 54
Luminance
0.0481
Every format
| HEX | #761e0f |
| RGB | rgb(118, 30, 15) |
| HSL | hsl(9, 77%, 26%) |
| CMYK | cmyk(0%, 75%, 87%, 54%) |
| LAB | lab(26.2 37.4 31.5) |
| LCH | lch(26.2 48.9 40.1) |
| OKLCH | oklch(0.378 0.125 32.2) |
Copy-ready code
/* CSS */
color: #761e0f;
background-color: #761e0f;
/* Tailwind (arbitrary) */
class="text-[#761e0f] bg-[#761e0f]"
/* SCSS */
$brand: #761e0f;
/* SwiftUI */
Color(red: 0.463, green: 0.118, blue: 0.059)
/* Android */
Color.parseColor("#761e0f")Accessibility — WCAG contrast
Aa
#761e0f on white: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#761e0f on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green11.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow87.3%
Key (black)53.7%
Color previews
#761e0f text on a black background
contrast 1.96:1
Card sample
#761e0f text on a white background
contrast 10.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761e0f;
Background color
Panel with #761e0f background
background-color: #761e0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761e0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 30, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 30, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761e0f; background: linear-gradient(135deg, #761e0f, #76630F);