#650ade
a balanced, electric violet · warm · closest name: blue
RGB
101, 10, 222
HSL
266°, 91%, 46%
CMYK
55, 96, 0, 13
Luminance
0.0826
Every format
| HEX | #650ade |
| RGB | rgb(101, 10, 222) |
| HSL | hsl(266, 91%, 46%) |
| CMYK | cmyk(55%, 96%, 0%, 13%) |
| LAB | lab(34.5 72.9 -85.3) |
| LCH | lch(34.5 112.2 310.5) |
| OKLCH | oklch(0.470 0.261 290.1) |
Copy-ready code
/* CSS */
color: #650ade;
background-color: #650ade;
/* Tailwind (arbitrary) */
class="text-[#650ade] bg-[#650ade]"
/* SCSS */
$brand: #650ade;
/* SwiftUI */
Color(red: 0.396, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#650ade")Accessibility — WCAG contrast
Aa
#650ade on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650ade on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green3.9%
Blue87.1%
CMYK percentages
Cyan54.5%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#650ade text on a black background
contrast 2.65:1
Card sample
#650ade text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650ade;
Background color
Panel with #650ade background
background-color: #650ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650ade; background: linear-gradient(135deg, #650ade, #DE0ACA);