#9502ce
a dark, electric violet · warm · closest name: magenta
RGB
149, 2, 206
HSL
283°, 98%, 41%
CMYK
28, 99, 0, 19
Luminance
0.1089
Every format
| HEX | #9502ce |
| RGB | rgb(149, 2, 206) |
| HSL | hsl(283, 98%, 41%) |
| CMYK | cmyk(28%, 99%, 0%, 19%) |
| LAB | lab(39.4 75.3 -67.8) |
| LCH | lch(39.4 101.3 318.0) |
| OKLCH | oklch(0.513 0.257 311.3) |
Copy-ready code
/* CSS */
color: #9502ce;
background-color: #9502ce;
/* Tailwind (arbitrary) */
class="text-[#9502ce] bg-[#9502ce]"
/* SCSS */
$brand: #9502ce;
/* SwiftUI */
Color(red: 0.584, green: 0.008, blue: 0.808)
/* Android */
Color.parseColor("#9502ce")Accessibility — WCAG contrast
Aa
#9502ce on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9502ce on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green0.8%
Blue80.8%
CMYK percentages
Cyan27.7%
Magenta99.0%
Yellow0.0%
Key (black)19.2%
Color previews
#9502ce text on a black background
contrast 3.18:1
Card sample
#9502ce text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9502ce;
Background color
Panel with #9502ce background
background-color: #9502ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9502ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 2, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 2, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9502ce; background: linear-gradient(135deg, #9502ce, #CE027F);