#a17cdf
a light, vivid violet · warm · closest name: slateblue
RGB
161, 124, 223
HSL
262°, 61%, 68%
CMYK
28, 44, 0, 13
Luminance
0.2732
Every format
| HEX | #a17cdf |
| RGB | rgb(161, 124, 223) |
| HSL | hsl(262, 61%, 68%) |
| CMYK | cmyk(28%, 44%, 0%, 13%) |
| LAB | lab(59.3 34.7 -45.4) |
| LCH | lch(59.3 57.2 307.4) |
| OKLCH | oklch(0.663 0.146 299.6) |
Copy-ready code
/* CSS */
color: #a17cdf;
background-color: #a17cdf;
/* Tailwind (arbitrary) */
class="text-[#a17cdf] bg-[#a17cdf]"
/* SCSS */
$brand: #a17cdf;
/* SwiftUI */
Color(red: 0.631, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#a17cdf")Accessibility — WCAG contrast
Aa
#a17cdf on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17cdf on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan27.8%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a17cdf text on a black background
contrast 6.46:1
Card sample
#a17cdf text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17cdf;
Background color
Panel with #a17cdf background
background-color: #a17cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17cdf; background: linear-gradient(135deg, #a17cdf, #DF7CDB);