#751908
a deep, electric red · warm · closest name: maroon
RGB
117, 25, 8
HSL
9°, 87%, 25%
CMYK
0, 79, 93, 54
Luminance
0.0449
Every format
| HEX | #751908 |
| RGB | rgb(117, 25, 8) |
| HSL | hsl(9, 87%, 25%) |
| CMYK | cmyk(0%, 79%, 93%, 54%) |
| LAB | lab(25.3 38.8 33.6) |
| LCH | lch(25.3 51.4 40.9) |
| OKLCH | oklch(0.370 0.129 32.5) |
Copy-ready code
/* CSS */
color: #751908;
background-color: #751908;
/* Tailwind (arbitrary) */
class="text-[#751908] bg-[#751908]"
/* SCSS */
$brand: #751908;
/* SwiftUI */
Color(red: 0.459, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#751908")Accessibility — WCAG contrast
Aa
#751908 on white: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751908 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow93.2%
Key (black)54.1%
Color previews
#751908 text on a black background
contrast 1.90:1
Card sample
#751908 text on a white background
contrast 11.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751908;
Background color
Panel with #751908 background
background-color: #751908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751908; background: linear-gradient(135deg, #751908, #756208);