#6918be
a dark, electric violet · warm · closest name: indigo
RGB
105, 24, 190
HSL
269°, 78%, 42%
CMYK
45, 87, 0, 26
Luminance
0.0737
Every format
| HEX | #6918be |
| RGB | rgb(105, 24, 190) |
| HSL | hsl(269, 78%, 42%) |
| CMYK | cmyk(45%, 87%, 0%, 26%) |
| LAB | lab(32.6 63.2 -69.7) |
| LCH | lch(32.6 94.1 312.2) |
| OKLCH | oklch(0.449 0.226 297.8) |
Copy-ready code
/* CSS */
color: #6918be;
background-color: #6918be;
/* Tailwind (arbitrary) */
class="text-[#6918be] bg-[#6918be]"
/* SCSS */
$brand: #6918be;
/* SwiftUI */
Color(red: 0.412, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#6918be")Accessibility — WCAG contrast
Aa
#6918be on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6918be on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green9.4%
Blue74.5%
CMYK percentages
Cyan44.7%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#6918be text on a black background
contrast 2.47:1
Card sample
#6918be text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6918be;
Background color
Panel with #6918be background
background-color: #6918be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6918be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6918be; background: linear-gradient(135deg, #6918be, #BE18A4);