#650ef9
a balanced, electric violet · warm · closest name: blue
RGB
101, 14, 249
HSL
262°, 95%, 52%
CMYK
59, 94, 0, 2
Luminance
0.0992
Every format
| HEX | #650ef9 |
| RGB | rgb(101, 14, 249) |
| HSL | hsl(262, 95%, 52%) |
| CMYK | cmyk(59%, 94%, 0%, 2%) |
| LAB | lab(37.7 78.4 -95.3) |
| LCH | lch(37.7 123.4 309.4) |
| OKLCH | oklch(0.500 0.285 285.6) |
Copy-ready code
/* CSS */
color: #650ef9;
background-color: #650ef9;
/* Tailwind (arbitrary) */
class="text-[#650ef9] bg-[#650ef9]"
/* SCSS */
$brand: #650ef9;
/* SwiftUI */
Color(red: 0.396, green: 0.055, blue: 0.976)
/* Android */
Color.parseColor("#650ef9")Accessibility — WCAG contrast
Aa
#650ef9 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650ef9 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green5.5%
Blue97.6%
CMYK percentages
Cyan59.4%
Magenta94.4%
Yellow0.0%
Key (black)2.4%
Color previews
#650ef9 text on a black background
contrast 2.98:1
Card sample
#650ef9 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650ef9;
Background color
Panel with #650ef9 background
background-color: #650ef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650ef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 14, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 14, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650ef9; background: linear-gradient(135deg, #650ef9, #F90EF0);