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