#9a5cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
154, 92, 211
HSL
271°, 58%, 59%
CMYK
27, 56, 0, 17
Luminance
0.1923
Every format
| HEX | #9a5cd3 |
| RGB | rgb(154, 92, 211) |
| HSL | hsl(271, 58%, 59%) |
| CMYK | cmyk(27%, 56%, 0%, 17%) |
| LAB | lab(51.0 47.7 -51.9) |
| LCH | lch(51.0 70.5 312.6) |
| OKLCH | oklch(0.597 0.180 305.7) |
Copy-ready code
/* CSS */
color: #9a5cd3;
background-color: #9a5cd3;
/* Tailwind (arbitrary) */
class="text-[#9a5cd3] bg-[#9a5cd3]"
/* SCSS */
$brand: #9a5cd3;
/* SwiftUI */
Color(red: 0.604, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#9a5cd3")Accessibility — WCAG contrast
Aa
#9a5cd3 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9a5cd3 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green36.1%
Blue82.7%
CMYK percentages
Cyan27.0%
Magenta56.4%
Yellow0.0%
Key (black)17.3%
Color previews
#9a5cd3 text on a black background
contrast 4.85:1
Card sample
#9a5cd3 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a5cd3;
Background color
Panel with #9a5cd3 background
background-color: #9a5cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a5cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a5cd3; background: linear-gradient(135deg, #9a5cd3, #D35CBD);