#760f21
a dark, electric red · warm · closest name: maroon
RGB
118, 15, 33
HSL
350°, 77%, 26%
CMYK
0, 87, 72, 54
Luminance
0.0430
Every format
| HEX | #760f21 |
| RGB | rgb(118, 15, 33) |
| HSL | hsl(350, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 72%, 54%) |
| LAB | lab(24.6 43.1 18.6) |
| LCH | lch(24.6 47.0 23.4) |
| OKLCH | oklch(0.367 0.135 18.8) |
Copy-ready code
/* CSS */
color: #760f21;
background-color: #760f21;
/* Tailwind (arbitrary) */
class="text-[#760f21] bg-[#760f21]"
/* SCSS */
$brand: #760f21;
/* SwiftUI */
Color(red: 0.463, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#760f21")Accessibility — WCAG contrast
Aa
#760f21 on white: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760f21 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow72.0%
Key (black)53.7%
Color previews
#760f21 text on a black background
contrast 1.86:1
Card sample
#760f21 text on a white background
contrast 11.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760f21;
Background color
Panel with #760f21 background
background-color: #760f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760f21; background: linear-gradient(135deg, #760f21, #76420F);