#751c13
a dark, vivid red · warm · closest name: maroon
RGB
117, 28, 19
HSL
6°, 72%, 27%
CMYK
0, 76, 84, 54
Luminance
0.0466
Every format
| HEX | #751c13 |
| RGB | rgb(117, 28, 19) |
| HSL | hsl(6, 72%, 27%) |
| CMYK | cmyk(0%, 76%, 84%, 54%) |
| LAB | lab(25.8 38.0 28.7) |
| LCH | lch(25.8 47.6 37.1) |
| OKLCH | oklch(0.374 0.125 29.8) |
Copy-ready code
/* CSS */
color: #751c13;
background-color: #751c13;
/* Tailwind (arbitrary) */
class="text-[#751c13] bg-[#751c13]"
/* SCSS */
$brand: #751c13;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#751c13")Accessibility — WCAG contrast
Aa
#751c13 on white: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751c13 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow83.8%
Key (black)54.1%
Color previews
#751c13 text on a black background
contrast 1.93:1
Card sample
#751c13 text on a white background
contrast 10.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751c13;
Background color
Panel with #751c13 background
background-color: #751c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751c13; background: linear-gradient(135deg, #751c13, #755D13);