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