#a67fe6
a light, vivid violet · warm · closest name: slateblue
RGB
166, 127, 230
HSL
263°, 67%, 70%
CMYK
28, 45, 0, 10
Luminance
0.2900
Every format
| HEX | #a67fe6 |
| RGB | rgb(166, 127, 230) |
| HSL | hsl(263, 67%, 70%) |
| CMYK | cmyk(28%, 45%, 0%, 10%) |
| LAB | lab(60.8 36.1 -46.9) |
| LCH | lch(60.8 59.2 307.6) |
| OKLCH | oklch(0.676 0.152 299.8) |
Copy-ready code
/* CSS */
color: #a67fe6;
background-color: #a67fe6;
/* Tailwind (arbitrary) */
class="text-[#a67fe6] bg-[#a67fe6]"
/* SCSS */
$brand: #a67fe6;
/* SwiftUI */
Color(red: 0.651, green: 0.498, blue: 0.902)
/* Android */
Color.parseColor("#a67fe6")Accessibility — WCAG contrast
Aa
#a67fe6 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a67fe6 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green49.8%
Blue90.2%
CMYK percentages
Cyan27.8%
Magenta44.8%
Yellow0.0%
Key (black)9.8%
Color previews
#a67fe6 text on a black background
contrast 6.80:1
Card sample
#a67fe6 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a67fe6;
Background color
Panel with #a67fe6 background
background-color: #a67fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a67fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 127, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 127, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a67fe6; background: linear-gradient(135deg, #a67fe6, #E67FE1);