#911236
a dark, electric magenta / pink · warm · closest name: maroon
RGB
145, 18, 54
HSL
343°, 78%, 32%
CMYK
0, 88, 63, 43
Luminance
0.0672
Every format
| HEX | #911236 |
| RGB | rgb(145, 18, 54) |
| HSL | hsl(343, 78%, 32%) |
| CMYK | cmyk(0%, 88%, 63%, 43%) |
| LAB | lab(31.2 51.4 14.1) |
| LCH | lch(31.2 53.3 15.4) |
| OKLCH | oklch(0.427 0.159 12.6) |
Copy-ready code
/* CSS */
color: #911236;
background-color: #911236;
/* Tailwind (arbitrary) */
class="text-[#911236] bg-[#911236]"
/* SCSS */
$brand: #911236;
/* SwiftUI */
Color(red: 0.569, green: 0.071, blue: 0.212)
/* Android */
Color.parseColor("#911236")Accessibility — WCAG contrast
Aa
#911236 on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#911236 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green7.1%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow62.8%
Key (black)43.1%
Color previews
#911236 text on a black background
contrast 2.34:1
Card sample
#911236 text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911236;
Background color
Panel with #911236 background
background-color: #911236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 18, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 18, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911236; background: linear-gradient(135deg, #911236, #914312);