#850055
a dark, electric magenta / pink · warm · closest name: purple
RGB
133, 0, 85
HSL
322°, 100%, 26%
CMYK
0, 100, 36, 48
Luminance
0.0564
Every format
| HEX | #850055 |
| RGB | rgb(133, 0, 85) |
| HSL | hsl(322, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 36%, 48%) |
| LAB | lab(28.5 54.2 -10.7) |
| LCH | lch(28.5 55.2 348.8) |
| OKLCH | oklch(0.406 0.169 350.5) |
Copy-ready code
/* CSS */
color: #850055;
background-color: #850055;
/* Tailwind (arbitrary) */
class="text-[#850055] bg-[#850055]"
/* SCSS */
$brand: #850055;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.333)
/* Android */
Color.parseColor("#850055")Accessibility — WCAG contrast
Aa
#850055 on white: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850055 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow36.1%
Key (black)47.8%
Color previews
#850055 text on a black background
contrast 2.13:1
Card sample
#850055 text on a white background
contrast 9.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850055;
Background color
Panel with #850055 background
background-color: #850055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850055; background: linear-gradient(135deg, #850055, #850400);