#9c0ddf
a balanced, electric violet · warm · closest name: magenta
RGB
156, 13, 223
HSL
281°, 89%, 46%
CMYK
30, 94, 0, 13
Luminance
0.1268
Every format
| HEX | #9c0ddf |
| RGB | rgb(156, 13, 223) |
| HSL | hsl(281, 89%, 46%) |
| CMYK | cmyk(30%, 94%, 0%, 13%) |
| LAB | lab(42.3 78.2 -72.8) |
| LCH | lch(42.3 106.8 317.0) |
| OKLCH | oklch(0.539 0.268 309.4) |
Copy-ready code
/* CSS */
color: #9c0ddf;
background-color: #9c0ddf;
/* Tailwind (arbitrary) */
class="text-[#9c0ddf] bg-[#9c0ddf]"
/* SCSS */
$brand: #9c0ddf;
/* SwiftUI */
Color(red: 0.612, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#9c0ddf")Accessibility — WCAG contrast
Aa
#9c0ddf on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c0ddf on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green5.1%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta94.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9c0ddf text on a black background
contrast 3.54:1
Card sample
#9c0ddf text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c0ddf;
Background color
Panel with #9c0ddf background
background-color: #9c0ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c0ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c0ddf; background: linear-gradient(135deg, #9c0ddf, #DF0D96);