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