#6509b2
a dark, electric violet · warm · closest name: indigo
RGB
101, 9, 178
HSL
273°, 90%, 37%
CMYK
43, 95, 0, 30
Luminance
0.0618
Every format
| HEX | #6509b2 |
| RGB | rgb(101, 9, 178) |
| HSL | hsl(273, 90%, 37%) |
| CMYK | cmyk(43%, 95%, 0%, 30%) |
| LAB | lab(29.9 63.2 -67.2) |
| LCH | lch(29.9 92.3 313.2) |
| OKLCH | oklch(0.425 0.222 299.8) |
Copy-ready code
/* CSS */
color: #6509b2;
background-color: #6509b2;
/* Tailwind (arbitrary) */
class="text-[#6509b2] bg-[#6509b2]"
/* SCSS */
$brand: #6509b2;
/* SwiftUI */
Color(red: 0.396, green: 0.035, blue: 0.698)
/* Android */
Color.parseColor("#6509b2")Accessibility — WCAG contrast
Aa
#6509b2 on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6509b2 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green3.5%
Blue69.8%
CMYK percentages
Cyan43.3%
Magenta94.9%
Yellow0.0%
Key (black)30.2%
Color previews
#6509b2 text on a black background
contrast 2.24:1
Card sample
#6509b2 text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6509b2;
Background color
Panel with #6509b2 background
background-color: #6509b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6509b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 9, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 9, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6509b2; background: linear-gradient(135deg, #6509b2, #B2098E);