#9f7cdd
a light, vivid violet · warm · closest name: slateblue
RGB
159, 124, 221
HSL
262°, 59%, 68%
CMYK
28, 44, 0, 13
Luminance
0.2701
Every format
| HEX | #9f7cdd |
| RGB | rgb(159, 124, 221) |
| HSL | hsl(262, 59%, 68%) |
| CMYK | cmyk(28%, 44%, 0%, 13%) |
| LAB | lab(59.0 33.7 -44.8) |
| LCH | lch(59.0 56.0 306.9) |
| OKLCH | oklch(0.660 0.144 299.1) |
Copy-ready code
/* CSS */
color: #9f7cdd;
background-color: #9f7cdd;
/* Tailwind (arbitrary) */
class="text-[#9f7cdd] bg-[#9f7cdd]"
/* SCSS */
$brand: #9f7cdd;
/* SwiftUI */
Color(red: 0.624, green: 0.486, blue: 0.867)
/* Android */
Color.parseColor("#9f7cdd")Accessibility — WCAG contrast
Aa
#9f7cdd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f7cdd on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green48.6%
Blue86.7%
CMYK percentages
Cyan28.1%
Magenta43.9%
Yellow0.0%
Key (black)13.3%
Color previews
#9f7cdd text on a black background
contrast 6.40:1
Card sample
#9f7cdd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f7cdd;
Background color
Panel with #9f7cdd background
background-color: #9f7cdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f7cdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 124, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 124, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f7cdd; background: linear-gradient(135deg, #9f7cdd, #DD7CDA);