#9903cc
a dark, electric violet · warm · closest name: magenta
RGB
153, 3, 204
HSL
285°, 97%, 41%
CMYK
25, 99, 0, 20
Luminance
0.1120
Every format
| HEX | #9903cc |
| RGB | rgb(153, 3, 204) |
| HSL | hsl(285, 97%, 41%) |
| CMYK | cmyk(25%, 99%, 0%, 20%) |
| LAB | lab(39.9 75.3 -65.7) |
| LCH | lch(39.9 100.0 318.9) |
| OKLCH | oklch(0.517 0.256 313.2) |
Copy-ready code
/* CSS */
color: #9903cc;
background-color: #9903cc;
/* Tailwind (arbitrary) */
class="text-[#9903cc] bg-[#9903cc]"
/* SCSS */
$brand: #9903cc;
/* SwiftUI */
Color(red: 0.600, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#9903cc")Accessibility — WCAG contrast
Aa
#9903cc on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9903cc on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green1.2%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta98.5%
Yellow0.0%
Key (black)20.0%
Color previews
#9903cc text on a black background
contrast 3.24:1
Card sample
#9903cc text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9903cc;
Background color
Panel with #9903cc background
background-color: #9903cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9903cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 3, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 3, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9903cc; background: linear-gradient(135deg, #9903cc, #CC0379);