#761221
a dark, vivid red · warm · closest name: maroon
RGB
118, 18, 33
HSL
351°, 74%, 27%
CMYK
0, 85, 72, 54
Luminance
0.0439
Every format
| HEX | #761221 |
| RGB | rgb(118, 18, 33) |
| HSL | hsl(351, 74%, 27%) |
| CMYK | cmyk(0%, 85%, 72%, 54%) |
| LAB | lab(24.9 42.3 19.0) |
| LCH | lch(24.9 46.4 24.2) |
| OKLCH | oklch(0.369 0.133 19.5) |
Copy-ready code
/* CSS */
color: #761221;
background-color: #761221;
/* Tailwind (arbitrary) */
class="text-[#761221] bg-[#761221]"
/* SCSS */
$brand: #761221;
/* SwiftUI */
Color(red: 0.463, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#761221")Accessibility — WCAG contrast
Aa
#761221 on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#761221 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow72.0%
Key (black)53.7%
Color previews
#761221 text on a black background
contrast 1.88:1
Card sample
#761221 text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761221;
Background color
Panel with #761221 background
background-color: #761221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761221; background: linear-gradient(135deg, #761221, #764612);