#a67cdf
a light, vivid violet · warm · closest name: slateblue
RGB
166, 124, 223
HSL
266°, 61%, 68%
CMYK
26, 44, 0, 13
Luminance
0.2785
Every format
| HEX | #a67cdf |
| RGB | rgb(166, 124, 223) |
| HSL | hsl(266, 61%, 68%) |
| CMYK | cmyk(26%, 44%, 0%, 13%) |
| LAB | lab(59.8 36.1 -44.6) |
| LCH | lch(59.8 57.4 308.9) |
| OKLCH | oklch(0.668 0.147 302.1) |
Copy-ready code
/* CSS */
color: #a67cdf;
background-color: #a67cdf;
/* Tailwind (arbitrary) */
class="text-[#a67cdf] bg-[#a67cdf]"
/* SCSS */
$brand: #a67cdf;
/* SwiftUI */
Color(red: 0.651, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#a67cdf")Accessibility — WCAG contrast
Aa
#a67cdf on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a67cdf on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan25.6%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a67cdf text on a black background
contrast 6.57:1
Card sample
#a67cdf text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a67cdf;
Background color
Panel with #a67cdf background
background-color: #a67cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a67cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a67cdf; background: linear-gradient(135deg, #a67cdf, #DF7CD6);