#911221
a dark, electric red · warm · closest name: maroon
RGB
145, 18, 33
HSL
353°, 78%, 32%
CMYK
0, 88, 77, 43
Luminance
0.0656
Every format
| HEX | #911221 |
| RGB | rgb(145, 18, 33) |
| HSL | hsl(353, 78%, 32%) |
| CMYK | cmyk(0%, 88%, 77%, 43%) |
| LAB | lab(30.8 50.3 27.3) |
| LCH | lch(30.8 57.3 28.5) |
| OKLCH | oklch(0.423 0.159 22.6) |
Copy-ready code
/* CSS */
color: #911221;
background-color: #911221;
/* Tailwind (arbitrary) */
class="text-[#911221] bg-[#911221]"
/* SCSS */
$brand: #911221;
/* SwiftUI */
Color(red: 0.569, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#911221")Accessibility — WCAG contrast
Aa
#911221 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#911221 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow77.2%
Key (black)43.1%
Color previews
#911221 text on a black background
contrast 2.31:1
Card sample
#911221 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911221;
Background color
Panel with #911221 background
background-color: #911221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911221; background: linear-gradient(135deg, #911221, #915812);