#9c2ecf
a balanced, vivid violet · warm · closest name: indigo
RGB
156, 46, 207
HSL
281°, 64%, 50%
CMYK
25, 78, 0, 19
Luminance
0.1353
Every format
| HEX | #9c2ecf |
| RGB | rgb(156, 46, 207) |
| HSL | hsl(281, 64%, 50%) |
| CMYK | cmyk(25%, 78%, 0%, 19%) |
| LAB | lab(43.5 67.7 -61.5) |
| LCH | lch(43.5 91.5 317.7) |
| OKLCH | oklch(0.544 0.235 312.1) |
Copy-ready code
/* CSS */
color: #9c2ecf;
background-color: #9c2ecf;
/* Tailwind (arbitrary) */
class="text-[#9c2ecf] bg-[#9c2ecf]"
/* SCSS */
$brand: #9c2ecf;
/* SwiftUI */
Color(red: 0.612, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#9c2ecf")Accessibility — WCAG contrast
Aa
#9c2ecf on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2ecf on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.0%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#9c2ecf text on a black background
contrast 3.71:1
Card sample
#9c2ecf text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2ecf;
Background color
Panel with #9c2ecf background
background-color: #9c2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2ecf; background: linear-gradient(135deg, #9c2ecf, #CF2E97);