#650bdf
a balanced, electric violet · warm · closest name: blue
RGB
101, 11, 223
HSL
266°, 91%, 46%
CMYK
55, 95, 0, 13
Luminance
0.0833
Every format
| HEX | #650bdf |
| RGB | rgb(101, 11, 223) |
| HSL | hsl(266, 91%, 46%) |
| CMYK | cmyk(55%, 95%, 0%, 13%) |
| LAB | lab(34.7 72.9 -85.6) |
| LCH | lch(34.7 112.5 310.4) |
| OKLCH | oklch(0.471 0.262 289.9) |
Copy-ready code
/* CSS */
color: #650bdf;
background-color: #650bdf;
/* Tailwind (arbitrary) */
class="text-[#650bdf] bg-[#650bdf]"
/* SCSS */
$brand: #650bdf;
/* SwiftUI */
Color(red: 0.396, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#650bdf")Accessibility — WCAG contrast
Aa
#650bdf on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650bdf on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green4.3%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#650bdf text on a black background
contrast 2.67:1
Card sample
#650bdf text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650bdf;
Background color
Panel with #650bdf background
background-color: #650bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650bdf; background: linear-gradient(135deg, #650bdf, #DF0BCC);