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