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