#9911cc
a dark, electric violet · warm · closest name: magenta
RGB
153, 17, 204
HSL
284°, 85%, 43%
CMYK
25, 92, 0, 20
Luminance
0.1153
Every format
| HEX | #9911cc |
| RGB | rgb(153, 17, 204) |
| HSL | hsl(284, 85%, 43%) |
| CMYK | cmyk(25%, 92%, 0%, 20%) |
| LAB | lab(40.5 73.7 -64.8) |
| LCH | lch(40.5 98.1 318.7) |
| OKLCH | oklch(0.521 0.251 312.9) |
Copy-ready code
/* CSS */
color: #9911cc;
background-color: #9911cc;
/* Tailwind (arbitrary) */
class="text-[#9911cc] bg-[#9911cc]"
/* SCSS */
$brand: #9911cc;
/* SwiftUI */
Color(red: 0.600, green: 0.067, blue: 0.800)
/* Android */
Color.parseColor("#9911cc")Accessibility — WCAG contrast
Aa
#9911cc on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9911cc on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green6.7%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta91.7%
Yellow0.0%
Key (black)20.0%
Color previews
#9911cc text on a black background
contrast 3.31:1
Card sample
#9911cc text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9911cc;
Background color
Panel with #9911cc background
background-color: #9911cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9911cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 17, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 17, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9911cc; background: linear-gradient(135deg, #9911cc, #CC1182);