#760021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
118, 0, 33
HSL
343°, 100%, 23%
CMYK
0, 100, 72, 54
Luminance
0.0396
Every format
| HEX | #760021 |
| RGB | rgb(118, 0, 33) |
| HSL | hsl(343, 100%, 23%) |
| CMYK | cmyk(0%, 100%, 72%, 54%) |
| LAB | lab(23.6 46.3 17.3) |
| LCH | lch(23.6 49.4 20.5) |
| OKLCH | oklch(0.359 0.144 16.3) |
Copy-ready code
/* CSS */
color: #760021;
background-color: #760021;
/* Tailwind (arbitrary) */
class="text-[#760021] bg-[#760021]"
/* SCSS */
$brand: #760021;
/* SwiftUI */
Color(red: 0.463, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#760021")Accessibility — WCAG contrast
Aa
#760021 on white: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760021 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.0%
Key (black)53.7%
Color previews
#760021 text on a black background
contrast 1.79:1
Card sample
#760021 text on a white background
contrast 11.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760021;
Background color
Panel with #760021 background
background-color: #760021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760021; background: linear-gradient(135deg, #760021, #762E00);