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