#a67fdf
a light, vivid violet · warm · closest name: slateblue
RGB
166, 127, 223
HSL
264°, 60%, 69%
CMYK
26, 43, 0, 13
Luminance
0.2861
Every format
| HEX | #a67fdf |
| RGB | rgb(166, 127, 223) |
| HSL | hsl(264, 60%, 69%) |
| CMYK | cmyk(26%, 43%, 0%, 13%) |
| LAB | lab(60.4 34.4 -43.6) |
| LCH | lch(60.4 55.5 308.3) |
| OKLCH | oklch(0.673 0.143 301.4) |
Copy-ready code
/* CSS */
color: #a67fdf;
background-color: #a67fdf;
/* Tailwind (arbitrary) */
class="text-[#a67fdf] bg-[#a67fdf]"
/* SCSS */
$brand: #a67fdf;
/* SwiftUI */
Color(red: 0.651, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#a67fdf")Accessibility — WCAG contrast
Aa
#a67fdf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a67fdf on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green49.8%
Blue87.5%
CMYK percentages
Cyan25.6%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#a67fdf text on a black background
contrast 6.72:1
Card sample
#a67fdf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a67fdf;
Background color
Panel with #a67fdf background
background-color: #a67fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a67fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a67fdf; background: linear-gradient(135deg, #a67fdf, #DF7FD8);