#9c2fba
a balanced, vivid violet · warm · closest name: purple
RGB
156, 47, 186
HSL
287°, 60%, 46%
CMYK
16, 75, 0, 27
Luminance
0.1265
Every format
| HEX | #9c2fba |
| RGB | rgb(156, 47, 186) |
| HSL | hsl(287, 60%, 46%) |
| CMYK | cmyk(16%, 75%, 0%, 27%) |
| LAB | lab(42.2 63.2 -51.5) |
| LCH | lch(42.2 81.5 320.9) |
| OKLCH | oklch(0.530 0.215 317.8) |
Copy-ready code
/* CSS */
color: #9c2fba;
background-color: #9c2fba;
/* Tailwind (arbitrary) */
class="text-[#9c2fba] bg-[#9c2fba]"
/* SCSS */
$brand: #9c2fba;
/* SwiftUI */
Color(red: 0.612, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#9c2fba")Accessibility — WCAG contrast
Aa
#9c2fba on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2fba on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.4%
Blue72.9%
CMYK percentages
Cyan16.1%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#9c2fba text on a black background
contrast 3.53:1
Card sample
#9c2fba text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2fba;
Background color
Panel with #9c2fba background
background-color: #9c2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2fba; background: linear-gradient(135deg, #9c2fba, #BA2F7B);