#a17cd3
a light, vivid violet · warm · closest name: slateblue
RGB
161, 124, 211
HSL
266°, 50%, 66%
CMYK
24, 41, 0, 17
Luminance
0.2670
Every format
| HEX | #a17cd3 |
| RGB | rgb(161, 124, 211) |
| HSL | hsl(266, 50%, 66%) |
| CMYK | cmyk(24%, 41%, 0%, 17%) |
| LAB | lab(58.7 31.8 -39.6) |
| LCH | lch(58.7 50.8 308.8) |
| OKLCH | oklch(0.657 0.131 302.6) |
Copy-ready code
/* CSS */
color: #a17cd3;
background-color: #a17cd3;
/* Tailwind (arbitrary) */
class="text-[#a17cd3] bg-[#a17cd3]"
/* SCSS */
$brand: #a17cd3;
/* SwiftUI */
Color(red: 0.631, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#a17cd3")Accessibility — WCAG contrast
Aa
#a17cd3 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17cd3 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green48.6%
Blue82.7%
CMYK percentages
Cyan23.7%
Magenta41.2%
Yellow0.0%
Key (black)17.3%
Color previews
#a17cd3 text on a black background
contrast 6.34:1
Card sample
#a17cd3 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17cd3;
Background color
Panel with #a17cd3 background
background-color: #a17cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17cd3; background: linear-gradient(135deg, #a17cd3, #D37CCB);