#850a33
a dark, electric magenta / pink · warm · closest name: maroon
RGB
133, 10, 51
HSL
340°, 86%, 28%
CMYK
0, 93, 62, 48
Luminance
0.0544
Every format
| HEX | #850a33 |
| RGB | rgb(133, 10, 51) |
| HSL | hsl(340, 86%, 28%) |
| CMYK | cmyk(0%, 93%, 62%, 48%) |
| LAB | lab(28.0 49.5 11.4) |
| LCH | lch(28.0 50.8 13.0) |
| OKLCH | oklch(0.399 0.153 10.7) |
Copy-ready code
/* CSS */
color: #850a33;
background-color: #850a33;
/* Tailwind (arbitrary) */
class="text-[#850a33] bg-[#850a33]"
/* SCSS */
$brand: #850a33;
/* SwiftUI */
Color(red: 0.522, green: 0.039, blue: 0.200)
/* Android */
Color.parseColor("#850a33")Accessibility — WCAG contrast
Aa
#850a33 on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850a33 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green3.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow61.7%
Key (black)47.8%
Color previews
#850a33 text on a black background
contrast 2.09:1
Card sample
#850a33 text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850a33;
Background color
Panel with #850a33 background
background-color: #850a33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850a33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 10, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 10, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850a33; background: linear-gradient(135deg, #850a33, #85330A);