#9b79af
a balanced, soft violet · warm · closest name: plum
RGB
155, 121, 175
HSL
278°, 25%, 58%
CMYK
11, 31, 0, 31
Luminance
0.2374
Every format
| HEX | #9b79af |
| RGB | rgb(155, 121, 175) |
| HSL | hsl(278, 25%, 58%) |
| CMYK | cmyk(11%, 31%, 0%, 31%) |
| LAB | lab(55.8 23.5 -23.6) |
| LCH | lch(55.8 33.3 314.8) |
| OKLCH | oklch(0.628 0.088 312.6) |
Copy-ready code
/* CSS */
color: #9b79af;
background-color: #9b79af;
/* Tailwind (arbitrary) */
class="text-[#9b79af] bg-[#9b79af]"
/* SCSS */
$brand: #9b79af;
/* SwiftUI */
Color(red: 0.608, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#9b79af")Accessibility — WCAG contrast
Aa
#9b79af on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b79af on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green47.5%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta30.9%
Yellow0.0%
Key (black)31.4%
Color previews
#9b79af text on a black background
contrast 5.75:1
Card sample
#9b79af text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b79af;
Background color
Panel with #9b79af background
background-color: #9b79af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b79af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b79af; background: linear-gradient(135deg, #9b79af, #AF799F);