#9f6dbb
a balanced, soft violet · warm · closest name: plum
RGB
159, 109, 187
HSL
279°, 36%, 58%
CMYK
15, 42, 0, 27
Luminance
0.2190
Every format
| HEX | #9f6dbb |
| RGB | rgb(159, 109, 187) |
| HSL | hsl(279, 36%, 58%) |
| CMYK | cmyk(15%, 42%, 0%, 27%) |
| LAB | lab(53.9 34.2 -33.5) |
| LCH | lch(53.9 47.9 315.6) |
| OKLCH | oklch(0.617 0.126 312.6) |
Copy-ready code
/* CSS */
color: #9f6dbb;
background-color: #9f6dbb;
/* Tailwind (arbitrary) */
class="text-[#9f6dbb] bg-[#9f6dbb]"
/* SCSS */
$brand: #9f6dbb;
/* SwiftUI */
Color(red: 0.624, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#9f6dbb")Accessibility — WCAG contrast
Aa
#9f6dbb on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f6dbb on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green42.7%
Blue73.3%
CMYK percentages
Cyan15.0%
Magenta41.7%
Yellow0.0%
Key (black)26.7%
Color previews
#9f6dbb text on a black background
contrast 5.38:1
Card sample
#9f6dbb text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f6dbb;
Background color
Panel with #9f6dbb background
background-color: #9f6dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f6dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f6dbb; background: linear-gradient(135deg, #9f6dbb, #BB6DA3);