#9c1fdf
a balanced, electric violet · warm · closest name: magenta
RGB
156, 31, 223
HSL
279°, 76%, 50%
CMYK
30, 86, 0, 13
Luminance
0.1338
Every format
| HEX | #9c1fdf |
| RGB | rgb(156, 31, 223) |
| HSL | hsl(279, 76%, 50%) |
| CMYK | cmyk(30%, 86%, 0%, 13%) |
| LAB | lab(43.3 75.1 -71.1) |
| LCH | lch(43.3 103.4 316.6) |
| OKLCH | oklch(0.546 0.260 308.9) |
Copy-ready code
/* CSS */
color: #9c1fdf;
background-color: #9c1fdf;
/* Tailwind (arbitrary) */
class="text-[#9c1fdf] bg-[#9c1fdf]"
/* SCSS */
$brand: #9c1fdf;
/* SwiftUI */
Color(red: 0.612, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#9c1fdf")Accessibility — WCAG contrast
Aa
#9c1fdf on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c1fdf on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green12.2%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9c1fdf text on a black background
contrast 3.68:1
Card sample
#9c1fdf text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c1fdf;
Background color
Panel with #9c1fdf background
background-color: #9c1fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c1fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c1fdf; background: linear-gradient(135deg, #9c1fdf, #DF1FA2);