#751f0c
a dark, electric red · warm · closest name: maroon
RGB
117, 31, 12
HSL
11°, 81%, 25%
CMYK
0, 74, 90, 54
Luminance
0.0479
Every format
| HEX | #751f0c |
| RGB | rgb(117, 31, 12) |
| HSL | hsl(11, 81%, 25%) |
| CMYK | cmyk(0%, 74%, 90%, 54%) |
| LAB | lab(26.1 36.6 32.8) |
| LCH | lch(26.1 49.1 41.9) |
| OKLCH | oklch(0.377 0.123 33.7) |
Copy-ready code
/* CSS */
color: #751f0c;
background-color: #751f0c;
/* Tailwind (arbitrary) */
class="text-[#751f0c] bg-[#751f0c]"
/* SCSS */
$brand: #751f0c;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.047)
/* Android */
Color.parseColor("#751f0c")Accessibility — WCAG contrast
Aa
#751f0c on white: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751f0c on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow89.7%
Key (black)54.1%
Color previews
#751f0c text on a black background
contrast 1.96:1
Card sample
#751f0c text on a white background
contrast 10.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751f0c;
Background color
Panel with #751f0c background
background-color: #751f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751f0c; background: linear-gradient(135deg, #751f0c, #75650C);