#9a7cdf
a light, vivid violet · warm · closest name: slateblue
RGB
154, 124, 223
HSL
258°, 61%, 68%
CMYK
31, 44, 0, 13
Luminance
0.2661
Every format
| HEX | #9a7cdf |
| RGB | rgb(154, 124, 223) |
| HSL | hsl(258, 61%, 68%) |
| CMYK | cmyk(31%, 44%, 0%, 13%) |
| LAB | lab(58.6 32.8 -46.5) |
| LCH | lch(58.6 56.9 305.2) |
| OKLCH | oklch(0.656 0.145 296.1) |
Copy-ready code
/* CSS */
color: #9a7cdf;
background-color: #9a7cdf;
/* Tailwind (arbitrary) */
class="text-[#9a7cdf] bg-[#9a7cdf]"
/* SCSS */
$brand: #9a7cdf;
/* SwiftUI */
Color(red: 0.604, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#9a7cdf")Accessibility — WCAG contrast
Aa
#9a7cdf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9a7cdf on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green48.6%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9a7cdf text on a black background
contrast 6.32:1
Card sample
#9a7cdf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a7cdf;
Background color
Panel with #9a7cdf background
background-color: #9a7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a7cdf; background: linear-gradient(135deg, #9a7cdf, #DC7CDF);