#9775ba
a balanced, soft violet · warm · closest name: plum
RGB
151, 117, 186
HSL
270°, 33%, 59%
CMYK
19, 37, 0, 27
Luminance
0.2285
Every format
| HEX | #9775ba |
| RGB | rgb(151, 117, 186) |
| HSL | hsl(270, 33%, 59%) |
| CMYK | cmyk(19%, 37%, 0%, 27%) |
| LAB | lab(54.9 27.0 -31.4) |
| LCH | lch(54.9 41.4 310.7) |
| OKLCH | oklch(0.622 0.108 306.1) |
Copy-ready code
/* CSS */
color: #9775ba;
background-color: #9775ba;
/* Tailwind (arbitrary) */
class="text-[#9775ba] bg-[#9775ba]"
/* SCSS */
$brand: #9775ba;
/* SwiftUI */
Color(red: 0.592, green: 0.459, blue: 0.729)
/* Android */
Color.parseColor("#9775ba")Accessibility — WCAG contrast
Aa
#9775ba on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9775ba on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green45.9%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta37.1%
Yellow0.0%
Key (black)27.1%
Color previews
#9775ba text on a black background
contrast 5.57:1
Card sample
#9775ba text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9775ba;
Background color
Panel with #9775ba background
background-color: #9775ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9775ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 117, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 117, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9775ba; background: linear-gradient(135deg, #9775ba, #BA75AF);