#751c0f
a dark, electric red · warm · closest name: maroon
RGB
117, 28, 15
HSL
8°, 77%, 26%
CMYK
0, 76, 87, 54
Luminance
0.0465
Every format
| HEX | #751c0f |
| RGB | rgb(117, 28, 15) |
| HSL | hsl(8, 77%, 26%) |
| CMYK | cmyk(0%, 76%, 87%, 54%) |
| LAB | lab(25.7 37.9 30.9) |
| LCH | lch(25.7 48.9 39.2) |
| OKLCH | oklch(0.374 0.125 31.4) |
Copy-ready code
/* CSS */
color: #751c0f;
background-color: #751c0f;
/* Tailwind (arbitrary) */
class="text-[#751c0f] bg-[#751c0f]"
/* SCSS */
$brand: #751c0f;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.059)
/* Android */
Color.parseColor("#751c0f")Accessibility — WCAG contrast
Aa
#751c0f on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751c0f on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow87.2%
Key (black)54.1%
Color previews
#751c0f text on a black background
contrast 1.93:1
Card sample
#751c0f text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751c0f;
Background color
Panel with #751c0f background
background-color: #751c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751c0f; background: linear-gradient(135deg, #751c0f, #75600F);