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