#650dfd
a balanced, electric violet · warm · closest name: blue
RGB
101, 13, 253
HSL
262°, 98%, 52%
CMYK
60, 95, 0, 1
Luminance
0.1015
Every format
| HEX | #650dfd |
| RGB | rgb(101, 13, 253) |
| HSL | hsl(262, 98%, 52%) |
| CMYK | cmyk(60%, 95%, 0%, 1%) |
| LAB | lab(38.1 79.4 -96.9) |
| LCH | lch(38.1 125.3 309.3) |
| OKLCH | oklch(0.504 0.289 285.1) |
Copy-ready code
/* CSS */
color: #650dfd;
background-color: #650dfd;
/* Tailwind (arbitrary) */
class="text-[#650dfd] bg-[#650dfd]"
/* SCSS */
$brand: #650dfd;
/* SwiftUI */
Color(red: 0.396, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#650dfd")Accessibility — WCAG contrast
Aa
#650dfd on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#650dfd on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green5.1%
Blue99.2%
CMYK percentages
Cyan60.1%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#650dfd text on a black background
contrast 3.03:1
Card sample
#650dfd text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650dfd;
Background color
Panel with #650dfd background
background-color: #650dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650dfd; background: linear-gradient(135deg, #650dfd, #FD0DF5);