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