#9418ce
a balanced, electric violet · warm · closest name: indigo
RGB
148, 24, 206
HSL
281°, 79%, 45%
CMYK
28, 88, 0, 19
Luminance
0.1141
Every format
| HEX | #9418ce |
| RGB | rgb(148, 24, 206) |
| HSL | hsl(281, 79%, 45%) |
| CMYK | cmyk(28%, 88%, 0%, 19%) |
| LAB | lab(40.3 72.1 -66.4) |
| LCH | lch(40.3 98.0 317.4) |
| OKLCH | oklch(0.518 0.248 310.5) |
Copy-ready code
/* CSS */
color: #9418ce;
background-color: #9418ce;
/* Tailwind (arbitrary) */
class="text-[#9418ce] bg-[#9418ce]"
/* SCSS */
$brand: #9418ce;
/* SwiftUI */
Color(red: 0.580, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#9418ce")Accessibility — WCAG contrast
Aa
#9418ce on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9418ce on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green9.4%
Blue80.8%
CMYK percentages
Cyan28.2%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#9418ce text on a black background
contrast 3.28:1
Card sample
#9418ce text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9418ce;
Background color
Panel with #9418ce background
background-color: #9418ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9418ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9418ce; background: linear-gradient(135deg, #9418ce, #CE188F);