#650eb0
a dark, electric violet · warm · closest name: indigo
RGB
101, 14, 176
HSL
272°, 85%, 37%
CMYK
43, 92, 0, 31
Luminance
0.0622
Every format
| HEX | #650eb0 |
| RGB | rgb(101, 14, 176) |
| HSL | hsl(272, 85%, 37%) |
| CMYK | cmyk(43%, 92%, 0%, 31%) |
| LAB | lab(29.9 61.9 -65.9) |
| LCH | lch(29.9 90.4 313.2) |
| OKLCH | oklch(0.425 0.218 300.1) |
Copy-ready code
/* CSS */
color: #650eb0;
background-color: #650eb0;
/* Tailwind (arbitrary) */
class="text-[#650eb0] bg-[#650eb0]"
/* SCSS */
$brand: #650eb0;
/* SwiftUI */
Color(red: 0.396, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#650eb0")Accessibility — WCAG contrast
Aa
#650eb0 on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650eb0 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green5.5%
Blue69.0%
CMYK percentages
Cyan42.6%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#650eb0 text on a black background
contrast 2.24:1
Card sample
#650eb0 text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650eb0;
Background color
Panel with #650eb0 background
background-color: #650eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650eb0; background: linear-gradient(135deg, #650eb0, #B00E8F);