#850037
a dark, electric magenta / pink · warm · closest name: maroon
RGB
133, 0, 55
HSL
335°, 100%, 26%
CMYK
0, 100, 59, 48
Luminance
0.0526
Every format
| HEX | #850037 |
| RGB | rgb(133, 0, 55) |
| HSL | hsl(335, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 59%, 48%) |
| LAB | lab(27.5 51.5 8.0) |
| LCH | lch(27.5 52.1 8.8) |
| OKLCH | oklch(0.395 0.158 7.4) |
Copy-ready code
/* CSS */
color: #850037;
background-color: #850037;
/* Tailwind (arbitrary) */
class="text-[#850037] bg-[#850037]"
/* SCSS */
$brand: #850037;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.216)
/* Android */
Color.parseColor("#850037")Accessibility — WCAG contrast
Aa
#850037 on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850037 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow58.6%
Key (black)47.8%
Color previews
#850037 text on a black background
contrast 2.05:1
Card sample
#850037 text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850037;
Background color
Panel with #850037 background
background-color: #850037;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850037;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850037; background: linear-gradient(135deg, #850037, #852200);