#9200cc
a dark, electric violet · warm · closest name: magenta
RGB
146, 0, 204
HSL
283°, 100%, 40%
CMYK
28, 100, 0, 20
Luminance
0.1047
Every format
| HEX | #9200cc |
| RGB | rgb(146, 0, 204) |
| HSL | hsl(283, 100%, 40%) |
| CMYK | cmyk(28%, 100%, 0%, 20%) |
| LAB | lab(38.7 74.8 -67.8) |
| LCH | lch(38.7 100.9 317.8) |
| OKLCH | oklch(0.506 0.255 310.9) |
Copy-ready code
/* CSS */
color: #9200cc;
background-color: #9200cc;
/* Tailwind (arbitrary) */
class="text-[#9200cc] bg-[#9200cc]"
/* SCSS */
$brand: #9200cc;
/* SwiftUI */
Color(red: 0.573, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#9200cc")Accessibility — WCAG contrast
Aa
#9200cc on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9200cc on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green0.0%
Blue80.0%
CMYK percentages
Cyan28.4%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#9200cc text on a black background
contrast 3.09:1
Card sample
#9200cc text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9200cc;
Background color
Panel with #9200cc background
background-color: #9200cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9200cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9200cc; background: linear-gradient(135deg, #9200cc, #CC007E);