#760721
a deep, electric red · warm · closest name: maroon
RGB
118, 7, 33
HSL
346°, 89%, 25%
CMYK
0, 94, 72, 54
Luminance
0.0411
Every format
| HEX | #760721 |
| RGB | rgb(118, 7, 33) |
| HSL | hsl(346, 89%, 25%) |
| CMYK | cmyk(0%, 94%, 72%, 54%) |
| LAB | lab(24.1 44.9 17.9) |
| LCH | lch(24.1 48.3 21.7) |
| OKLCH | oklch(0.363 0.140 17.4) |
Copy-ready code
/* CSS */
color: #760721;
background-color: #760721;
/* Tailwind (arbitrary) */
class="text-[#760721] bg-[#760721]"
/* SCSS */
$brand: #760721;
/* SwiftUI */
Color(red: 0.463, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#760721")Accessibility — WCAG contrast
Aa
#760721 on white: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760721 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow72.0%
Key (black)53.7%
Color previews
#760721 text on a black background
contrast 1.82:1
Card sample
#760721 text on a white background
contrast 11.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760721;
Background color
Panel with #760721 background
background-color: #760721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760721; background: linear-gradient(135deg, #760721, #763707);