#9c18ce
a balanced, electric violet · warm · closest name: magenta
RGB
156, 24, 206
HSL
284°, 79%, 45%
CMYK
24, 88, 0, 19
Luminance
0.1218
Every format
| HEX | #9c18ce |
| RGB | rgb(156, 24, 206) |
| HSL | hsl(284, 79%, 45%) |
| CMYK | cmyk(24%, 88%, 0%, 19%) |
| LAB | lab(41.5 73.3 -64.3) |
| LCH | lch(41.5 97.5 318.7) |
| OKLCH | oklch(0.529 0.250 313.3) |
Copy-ready code
/* CSS */
color: #9c18ce;
background-color: #9c18ce;
/* Tailwind (arbitrary) */
class="text-[#9c18ce] bg-[#9c18ce]"
/* SCSS */
$brand: #9c18ce;
/* SwiftUI */
Color(red: 0.612, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#9c18ce")Accessibility — WCAG contrast
Aa
#9c18ce on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c18ce on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green9.4%
Blue80.8%
CMYK percentages
Cyan24.3%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#9c18ce text on a black background
contrast 3.44:1
Card sample
#9c18ce text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c18ce;
Background color
Panel with #9c18ce background
background-color: #9c18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c18ce; background: linear-gradient(135deg, #9c18ce, #CE1887);