#9f11cd
a dark, electric violet · warm · closest name: magenta
RGB
159, 17, 205
HSL
285°, 85%, 44%
CMYK
22, 92, 0, 20
Luminance
0.1218
Every format
| HEX | #9f11cd |
| RGB | rgb(159, 17, 205) |
| HSL | hsl(285, 85%, 44%) |
| CMYK | cmyk(22%, 92%, 0%, 20%) |
| LAB | lab(41.5 74.7 -63.7) |
| LCH | lch(41.5 98.2 319.6) |
| OKLCH | oklch(0.530 0.254 314.7) |
Copy-ready code
/* CSS */
color: #9f11cd;
background-color: #9f11cd;
/* Tailwind (arbitrary) */
class="text-[#9f11cd] bg-[#9f11cd]"
/* SCSS */
$brand: #9f11cd;
/* SwiftUI */
Color(red: 0.624, green: 0.067, blue: 0.804)
/* Android */
Color.parseColor("#9f11cd")Accessibility — WCAG contrast
Aa
#9f11cd on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f11cd on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green6.7%
Blue80.4%
CMYK percentages
Cyan22.4%
Magenta91.7%
Yellow0.0%
Key (black)19.6%
Color previews
#9f11cd text on a black background
contrast 3.44:1
Card sample
#9f11cd text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f11cd;
Background color
Panel with #9f11cd background
background-color: #9f11cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f11cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 17, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 17, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f11cd; background: linear-gradient(135deg, #9f11cd, #CD117E);