#751f06
a deep, electric red · warm · closest name: maroon
RGB
117, 31, 6
HSL
14°, 90%, 24%
CMYK
0, 74, 95, 54
Luminance
0.0478
Every format
| HEX | #751f06 |
| RGB | rgb(117, 31, 6) |
| HSL | hsl(14, 90%, 24%) |
| CMYK | cmyk(0%, 74%, 95%, 54%) |
| LAB | lab(26.1 36.4 35.3) |
| LCH | lch(26.1 50.7 44.1) |
| OKLCH | oklch(0.377 0.124 35.5) |
Copy-ready code
/* CSS */
color: #751f06;
background-color: #751f06;
/* Tailwind (arbitrary) */
class="text-[#751f06] bg-[#751f06]"
/* SCSS */
$brand: #751f06;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.024)
/* Android */
Color.parseColor("#751f06")Accessibility — WCAG contrast
Aa
#751f06 on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751f06 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow94.9%
Key (black)54.1%
Color previews
#751f06 text on a black background
contrast 1.96:1
Card sample
#751f06 text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751f06;
Background color
Panel with #751f06 background
background-color: #751f06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751f06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751f06; background: linear-gradient(135deg, #751f06, #756906);