#7418ce
a balanced, electric violet · warm · closest name: indigo
RGB
116, 24, 206
HSL
270°, 79%, 45%
CMYK
44, 88, 0, 19
Luminance
0.0882
Every format
| HEX | #7418ce |
| RGB | rgb(116, 24, 206) |
| HSL | hsl(270, 79%, 45%) |
| CMYK | cmyk(44%, 88%, 0%, 19%) |
| LAB | lab(35.6 68.0 -74.1) |
| LCH | lch(35.6 100.6 312.6) |
| OKLCH | oklch(0.477 0.242 298.6) |
Copy-ready code
/* CSS */
color: #7418ce;
background-color: #7418ce;
/* Tailwind (arbitrary) */
class="text-[#7418ce] bg-[#7418ce]"
/* SCSS */
$brand: #7418ce;
/* SwiftUI */
Color(red: 0.455, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#7418ce")Accessibility — WCAG contrast
Aa
#7418ce on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7418ce on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green9.4%
Blue80.8%
CMYK percentages
Cyan43.7%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#7418ce text on a black background
contrast 2.76:1
Card sample
#7418ce text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7418ce;
Background color
Panel with #7418ce background
background-color: #7418ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7418ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7418ce; background: linear-gradient(135deg, #7418ce, #CE18AF);