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