#9502cc
a dark, electric violet · warm · closest name: magenta
RGB
149, 2, 204
HSL
284°, 98%, 40%
CMYK
27, 99, 0, 20
Luminance
0.1079
Every format
| HEX | #9502cc |
| RGB | rgb(149, 2, 204) |
| HSL | hsl(284, 98%, 40%) |
| CMYK | cmyk(27%, 99%, 0%, 20%) |
| LAB | lab(39.2 74.9 -66.9) |
| LCH | lch(39.2 100.4 318.2) |
| OKLCH | oklch(0.511 0.255 311.9) |
Copy-ready code
/* CSS */
color: #9502cc;
background-color: #9502cc;
/* Tailwind (arbitrary) */
class="text-[#9502cc] bg-[#9502cc]"
/* SCSS */
$brand: #9502cc;
/* SwiftUI */
Color(red: 0.584, green: 0.008, blue: 0.800)
/* Android */
Color.parseColor("#9502cc")Accessibility — WCAG contrast
Aa
#9502cc on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9502cc on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green0.8%
Blue80.0%
CMYK percentages
Cyan27.0%
Magenta99.0%
Yellow0.0%
Key (black)20.0%
Color previews
#9502cc text on a black background
contrast 3.16:1
Card sample
#9502cc text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9502cc;
Background color
Panel with #9502cc background
background-color: #9502cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9502cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 2, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 2, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9502cc; background: linear-gradient(135deg, #9502cc, #CC027C);