#751221
a dark, vivid red · warm · closest name: maroon
RGB
117, 18, 33
HSL
351°, 73%, 27%
CMYK
0, 85, 72, 54
Luminance
0.0432
Every format
| HEX | #751221 |
| RGB | rgb(117, 18, 33) |
| HSL | hsl(351, 73%, 27%) |
| CMYK | cmyk(0%, 85%, 72%, 54%) |
| LAB | lab(24.7 42.0 18.7) |
| LCH | lch(24.7 46.0 24.0) |
| OKLCH | oklch(0.367 0.132 19.4) |
Copy-ready code
/* CSS */
color: #751221;
background-color: #751221;
/* Tailwind (arbitrary) */
class="text-[#751221] bg-[#751221]"
/* SCSS */
$brand: #751221;
/* SwiftUI */
Color(red: 0.459, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#751221")Accessibility — WCAG contrast
Aa
#751221 on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751221 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow71.8%
Key (black)54.1%
Color previews
#751221 text on a black background
contrast 1.86:1
Card sample
#751221 text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751221;
Background color
Panel with #751221 background
background-color: #751221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751221; background: linear-gradient(135deg, #751221, #754512);