#7418be
a dark, electric violet · warm · closest name: indigo
RGB
116, 24, 190
HSL
273°, 78%, 42%
CMYK
39, 87, 0, 26
Luminance
0.0808
Every format
| HEX | #7418be |
| RGB | rgb(116, 24, 190) |
| HSL | hsl(273, 78%, 42%) |
| CMYK | cmyk(39%, 87%, 0%, 26%) |
| LAB | lab(34.2 64.5 -67.2) |
| LCH | lch(34.2 93.2 313.8) |
| OKLCH | oklch(0.463 0.228 302.4) |
Copy-ready code
/* CSS */
color: #7418be;
background-color: #7418be;
/* Tailwind (arbitrary) */
class="text-[#7418be] bg-[#7418be]"
/* SCSS */
$brand: #7418be;
/* SwiftUI */
Color(red: 0.455, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#7418be")Accessibility — WCAG contrast
Aa
#7418be on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7418be on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green9.4%
Blue74.5%
CMYK percentages
Cyan38.9%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#7418be text on a black background
contrast 2.62:1
Card sample
#7418be text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7418be;
Background color
Panel with #7418be background
background-color: #7418be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7418be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7418be; background: linear-gradient(135deg, #7418be, #BE1899);