#6518be
a dark, electric violet · warm · closest name: indigo
RGB
101, 24, 190
HSL
268°, 78%, 42%
CMYK
47, 87, 0, 26
Luminance
0.0714
Every format
| HEX | #6518be |
| RGB | rgb(101, 24, 190) |
| HSL | hsl(268, 78%, 42%) |
| CMYK | cmyk(47%, 87%, 0%, 26%) |
| LAB | lab(32.1 62.7 -70.6) |
| LCH | lch(32.1 94.4 311.6) |
| OKLCH | oklch(0.444 0.226 296.1) |
Copy-ready code
/* CSS */
color: #6518be;
background-color: #6518be;
/* Tailwind (arbitrary) */
class="text-[#6518be] bg-[#6518be]"
/* SCSS */
$brand: #6518be;
/* SwiftUI */
Color(red: 0.396, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#6518be")Accessibility — WCAG contrast
Aa
#6518be on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6518be on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green9.4%
Blue74.5%
CMYK percentages
Cyan46.8%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#6518be text on a black background
contrast 2.43:1
Card sample
#6518be text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6518be;
Background color
Panel with #6518be background
background-color: #6518be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6518be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6518be; background: linear-gradient(135deg, #6518be, #BE18A9);