#751721
a dark, vivid red · warm · closest name: maroon
RGB
117, 23, 33
HSL
354°, 67%, 28%
CMYK
0, 80, 72, 54
Luminance
0.0450
Every format
| HEX | #751721 |
| RGB | rgb(117, 23, 33) |
| HSL | hsl(354, 67%, 28%) |
| CMYK | cmyk(0%, 80%, 72%, 54%) |
| LAB | lab(25.3 40.5 19.4) |
| LCH | lch(25.3 44.9 25.6) |
| OKLCH | oklch(0.372 0.127 20.8) |
Copy-ready code
/* CSS */
color: #751721;
background-color: #751721;
/* Tailwind (arbitrary) */
class="text-[#751721] bg-[#751721]"
/* SCSS */
$brand: #751721;
/* SwiftUI */
Color(red: 0.459, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#751721")Accessibility — WCAG contrast
Aa
#751721 on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751721 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow71.8%
Key (black)54.1%
Color previews
#751721 text on a black background
contrast 1.90:1
Card sample
#751721 text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751721;
Background color
Panel with #751721 background
background-color: #751721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751721; background: linear-gradient(135deg, #751721, #754C17);