#850ade
a balanced, electric violet · warm · closest name: blue
RGB
133, 10, 222
HSL
275°, 91%, 46%
CMYK
40, 96, 0, 13
Luminance
0.1048
Every format
| HEX | #850ade |
| RGB | rgb(133, 10, 222) |
| HSL | hsl(275, 91%, 46%) |
| CMYK | cmyk(40%, 96%, 0%, 13%) |
| LAB | lab(38.7 75.7 -78.3) |
| LCH | lch(38.7 108.9 314.0) |
| OKLCH | oklch(0.507 0.264 301.9) |
Copy-ready code
/* CSS */
color: #850ade;
background-color: #850ade;
/* Tailwind (arbitrary) */
class="text-[#850ade] bg-[#850ade]"
/* SCSS */
$brand: #850ade;
/* SwiftUI */
Color(red: 0.522, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#850ade")Accessibility — WCAG contrast
Aa
#850ade on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#850ade on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green3.9%
Blue87.1%
CMYK percentages
Cyan40.1%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#850ade text on a black background
contrast 3.10:1
Card sample
#850ade text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850ade;
Background color
Panel with #850ade background
background-color: #850ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850ade; background: linear-gradient(135deg, #850ade, #DE0AAA);