#650baf
a dark, electric violet · warm · closest name: indigo
RGB
101, 11, 175
HSL
273°, 88%, 37%
CMYK
42, 94, 0, 31
Luminance
0.0610
Every format
| HEX | #650baf |
| RGB | rgb(101, 11, 175) |
| HSL | hsl(273, 88%, 37%) |
| CMYK | cmyk(42%, 94%, 0%, 31%) |
| LAB | lab(29.7 62.2 -65.7) |
| LCH | lch(29.7 90.5 313.4) |
| OKLCH | oklch(0.423 0.218 300.5) |
Copy-ready code
/* CSS */
color: #650baf;
background-color: #650baf;
/* Tailwind (arbitrary) */
class="text-[#650baf] bg-[#650baf]"
/* SCSS */
$brand: #650baf;
/* SwiftUI */
Color(red: 0.396, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#650baf")Accessibility — WCAG contrast
Aa
#650baf on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650baf on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green4.3%
Blue68.6%
CMYK percentages
Cyan42.3%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#650baf text on a black background
contrast 2.22:1
Card sample
#650baf text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650baf;
Background color
Panel with #650baf background
background-color: #650baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650baf; background: linear-gradient(135deg, #650baf, #AF0B8C);