#9c2fda
a balanced, vivid violet · warm · closest name: indigo
RGB
156, 47, 218
HSL
278°, 70%, 52%
CMYK
28, 78, 0, 15
Luminance
0.1416
Every format
| HEX | #9c2fda |
| RGB | rgb(156, 47, 218) |
| HSL | hsl(278, 70%, 52%) |
| CMYK | cmyk(28%, 78%, 0%, 15%) |
| LAB | lab(44.5 69.6 -66.4) |
| LCH | lch(44.5 96.2 316.4) |
| OKLCH | oklch(0.553 0.243 309.3) |
Copy-ready code
/* CSS */
color: #9c2fda;
background-color: #9c2fda;
/* Tailwind (arbitrary) */
class="text-[#9c2fda] bg-[#9c2fda]"
/* SCSS */
$brand: #9c2fda;
/* SwiftUI */
Color(red: 0.612, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#9c2fda")Accessibility — WCAG contrast
Aa
#9c2fda on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2fda on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.4%
Blue85.5%
CMYK percentages
Cyan28.4%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#9c2fda text on a black background
contrast 3.83:1
Card sample
#9c2fda text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2fda;
Background color
Panel with #9c2fda background
background-color: #9c2fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2fda; background: linear-gradient(135deg, #9c2fda, #DA2FA6);