#751021
a dark, electric red · warm · closest name: maroon
RGB
117, 16, 33
HSL
350°, 76%, 26%
CMYK
0, 86, 72, 54
Luminance
0.0426
Every format
| HEX | #751021 |
| RGB | rgb(117, 16, 33) |
| HSL | hsl(350, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 72%, 54%) |
| LAB | lab(24.5 42.6 18.4) |
| LCH | lch(24.5 46.4 23.4) |
| OKLCH | oklch(0.366 0.133 18.9) |
Copy-ready code
/* CSS */
color: #751021;
background-color: #751021;
/* Tailwind (arbitrary) */
class="text-[#751021] bg-[#751021]"
/* SCSS */
$brand: #751021;
/* SwiftUI */
Color(red: 0.459, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#751021")Accessibility — WCAG contrast
Aa
#751021 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751021 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow71.8%
Key (black)54.1%
Color previews
#751021 text on a black background
contrast 1.85:1
Card sample
#751021 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751021;
Background color
Panel with #751021 background
background-color: #751021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751021; background: linear-gradient(135deg, #751021, #754210);