#9c76c2
a balanced, soft violet · warm · closest name: plum
RGB
156, 118, 194
HSL
270°, 38%, 61%
CMYK
20, 39, 0, 24
Luminance
0.2392
Every format
| HEX | #9c76c2 |
| RGB | rgb(156, 118, 194) |
| HSL | hsl(270, 38%, 61%) |
| CMYK | cmyk(20%, 39%, 0%, 24%) |
| LAB | lab(56.0 29.8 -34.2) |
| LCH | lch(56.0 45.4 311.0) |
| OKLCH | oklch(0.633 0.118 306.3) |
Copy-ready code
/* CSS */
color: #9c76c2;
background-color: #9c76c2;
/* Tailwind (arbitrary) */
class="text-[#9c76c2] bg-[#9c76c2]"
/* SCSS */
$brand: #9c76c2;
/* SwiftUI */
Color(red: 0.612, green: 0.463, blue: 0.761)
/* Android */
Color.parseColor("#9c76c2")Accessibility — WCAG contrast
Aa
#9c76c2 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c76c2 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green46.3%
Blue76.1%
CMYK percentages
Cyan19.6%
Magenta39.2%
Yellow0.0%
Key (black)23.9%
Color previews
#9c76c2 text on a black background
contrast 5.78:1
Card sample
#9c76c2 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c76c2;
Background color
Panel with #9c76c2 background
background-color: #9c76c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c76c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 118, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 118, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c76c2; background: linear-gradient(135deg, #9c76c2, #C276B5);