#751b0f
a dark, electric red · warm · closest name: maroon
RGB
117, 27, 15
HSL
7°, 77%, 26%
CMYK
0, 77, 87, 54
Luminance
0.0460
Every format
| HEX | #751b0f |
| RGB | rgb(117, 27, 15) |
| HSL | hsl(7, 77%, 26%) |
| CMYK | cmyk(0%, 77%, 87%, 54%) |
| LAB | lab(25.6 38.3 30.8) |
| LCH | lch(25.6 49.1 38.8) |
| OKLCH | oklch(0.373 0.126 31.0) |
Copy-ready code
/* CSS */
color: #751b0f;
background-color: #751b0f;
/* Tailwind (arbitrary) */
class="text-[#751b0f] bg-[#751b0f]"
/* SCSS */
$brand: #751b0f;
/* SwiftUI */
Color(red: 0.459, green: 0.106, blue: 0.059)
/* Android */
Color.parseColor("#751b0f")Accessibility — WCAG contrast
Aa
#751b0f on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751b0f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green10.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow87.2%
Key (black)54.1%
Color previews
#751b0f text on a black background
contrast 1.92:1
Card sample
#751b0f text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751b0f;
Background color
Panel with #751b0f background
background-color: #751b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 27, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 27, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751b0f; background: linear-gradient(135deg, #751b0f, #755F0F);