#850099
a dark, electric magenta / pink · warm · closest name: purple
RGB
133, 0, 153
HSL
292°, 100%, 30%
CMYK
13, 100, 0, 40
Luminance
0.0729
Every format
| HEX | #850099 |
| RGB | rgb(133, 0, 153) |
| HSL | hsl(292, 100%, 30%) |
| CMYK | cmyk(13%, 100%, 0%, 40%) |
| LAB | lab(32.5 63.9 -47.6) |
| LCH | lch(32.5 79.7 323.3) |
| OKLCH | oklch(0.447 0.213 321.1) |
Copy-ready code
/* CSS */
color: #850099;
background-color: #850099;
/* Tailwind (arbitrary) */
class="text-[#850099] bg-[#850099]"
/* SCSS */
$brand: #850099;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.600)
/* Android */
Color.parseColor("#850099")Accessibility — WCAG contrast
Aa
#850099 on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850099 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue60.0%
CMYK percentages
Cyan13.1%
Magenta100.0%
Yellow0.0%
Key (black)40.0%
Color previews
#850099 text on a black background
contrast 2.46:1
Card sample
#850099 text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850099;
Background color
Panel with #850099 background
background-color: #850099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850099; background: linear-gradient(135deg, #850099, #990047);