#a65cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
166, 92, 223
HSL
274°, 67%, 62%
CMYK
26, 59, 0, 13
Luminance
0.2109
Every format
| HEX | #a65cdf |
| RGB | rgb(166, 92, 223) |
| HSL | hsl(274, 67%, 62%) |
| CMYK | cmyk(26%, 59%, 0%, 13%) |
| LAB | lab(53.0 53.3 -55.3) |
| LCH | lch(53.0 76.8 314.0) |
| OKLCH | oklch(0.618 0.197 307.7) |
Copy-ready code
/* CSS */
color: #a65cdf;
background-color: #a65cdf;
/* Tailwind (arbitrary) */
class="text-[#a65cdf] bg-[#a65cdf]"
/* SCSS */
$brand: #a65cdf;
/* SwiftUI */
Color(red: 0.651, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#a65cdf")Accessibility — WCAG contrast
Aa
#a65cdf on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a65cdf on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green36.1%
Blue87.5%
CMYK percentages
Cyan25.6%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a65cdf text on a black background
contrast 5.22:1
Card sample
#a65cdf text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a65cdf;
Background color
Panel with #a65cdf background
background-color: #a65cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a65cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a65cdf; background: linear-gradient(135deg, #a65cdf, #DF5CC1);