#9f7ccc
a balanced, soft violet · warm · closest name: plum
RGB
159, 124, 204
HSL
266°, 44%, 64%
CMYK
22, 39, 0, 20
Luminance
0.2615
Every format
| HEX | #9f7ccc |
| RGB | rgb(159, 124, 204) |
| HSL | hsl(266, 44%, 64%) |
| CMYK | cmyk(22%, 39%, 0%, 20%) |
| LAB | lab(58.2 29.6 -36.5) |
| LCH | lch(58.2 47.0 309.0) |
| OKLCH | oklch(0.651 0.121 303.3) |
Copy-ready code
/* CSS */
color: #9f7ccc;
background-color: #9f7ccc;
/* Tailwind (arbitrary) */
class="text-[#9f7ccc] bg-[#9f7ccc]"
/* SCSS */
$brand: #9f7ccc;
/* SwiftUI */
Color(red: 0.624, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#9f7ccc")Accessibility — WCAG contrast
Aa
#9f7ccc on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f7ccc on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green48.6%
Blue80.0%
CMYK percentages
Cyan22.1%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#9f7ccc text on a black background
contrast 6.23:1
Card sample
#9f7ccc text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f7ccc;
Background color
Panel with #9f7ccc background
background-color: #9f7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f7ccc; background: linear-gradient(135deg, #9f7ccc, #CC7CC4);