#650dfb
a balanced, electric violet · warm · closest name: blue
RGB
101, 13, 251
HSL
262°, 97%, 52%
CMYK
60, 95, 0, 2
Luminance
0.1002
Every format
| HEX | #650dfb |
| RGB | rgb(101, 13, 251) |
| HSL | hsl(262, 97%, 52%) |
| CMYK | cmyk(60%, 95%, 0%, 2%) |
| LAB | lab(37.9 79.0 -96.2) |
| LCH | lch(37.9 124.5 309.4) |
| OKLCH | oklch(0.502 0.287 285.4) |
Copy-ready code
/* CSS */
color: #650dfb;
background-color: #650dfb;
/* Tailwind (arbitrary) */
class="text-[#650dfb] bg-[#650dfb]"
/* SCSS */
$brand: #650dfb;
/* SwiftUI */
Color(red: 0.396, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#650dfb")Accessibility — WCAG contrast
Aa
#650dfb on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#650dfb on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan59.8%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#650dfb text on a black background
contrast 3.00:1
Card sample
#650dfb text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650dfb;
Background color
Panel with #650dfb background
background-color: #650dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650dfb; background: linear-gradient(135deg, #650dfb, #FB0DF2);