#980cdf
a balanced, electric violet · warm · closest name: magenta
RGB
152, 12, 223
HSL
280°, 90%, 46%
CMYK
32, 95, 0, 13
Luminance
0.1227
Every format
| HEX | #980cdf |
| RGB | rgb(152, 12, 223) |
| HSL | hsl(280, 90%, 46%) |
| CMYK | cmyk(32%, 95%, 0%, 13%) |
| LAB | lab(41.6 77.8 -73.9) |
| LCH | lch(41.6 107.3 316.5) |
| OKLCH | oklch(0.533 0.268 308.1) |
Copy-ready code
/* CSS */
color: #980cdf;
background-color: #980cdf;
/* Tailwind (arbitrary) */
class="text-[#980cdf] bg-[#980cdf]"
/* SCSS */
$brand: #980cdf;
/* SwiftUI */
Color(red: 0.596, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#980cdf")Accessibility — WCAG contrast
Aa
#980cdf on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#980cdf on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#980cdf text on a black background
contrast 3.45:1
Card sample
#980cdf text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #980cdf;
Background color
Panel with #980cdf background
background-color: #980cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #980cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #980cdf; background: linear-gradient(135deg, #980cdf, #DF0C99);