#811237
a dark, electric magenta / pink · warm · closest name: maroon
RGB
129, 18, 55
HSL
340°, 76%, 29%
CMYK
0, 86, 57, 49
Luminance
0.0538
Every format
| HEX | #811237 |
| RGB | rgb(129, 18, 55) |
| HSL | hsl(340, 76%, 29%) |
| CMYK | cmyk(0%, 86%, 57%, 49%) |
| LAB | lab(27.8 47.0 8.3) |
| LCH | lch(27.8 47.7 10.0) |
| OKLCH | oklch(0.396 0.145 8.4) |
Copy-ready code
/* CSS */
color: #811237;
background-color: #811237;
/* Tailwind (arbitrary) */
class="text-[#811237] bg-[#811237]"
/* SCSS */
$brand: #811237;
/* SwiftUI */
Color(red: 0.506, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#811237")Accessibility — WCAG contrast
Aa
#811237 on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#811237 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow57.4%
Key (black)49.4%
Color previews
#811237 text on a black background
contrast 2.08:1
Card sample
#811237 text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #811237;
Background color
Panel with #811237 background
background-color: #811237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #811237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #811237; background: linear-gradient(135deg, #811237, #813712);