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