#a49fdf
a light, vivid blue · warm · closest name: plum
RGB
164, 159, 223
HSL
245°, 50%, 75%
CMYK
27, 29, 0, 13
Luminance
0.3802
Every format
| HEX | #a49fdf |
| RGB | rgb(164, 159, 223) |
| HSL | hsl(245, 50%, 75%) |
| CMYK | cmyk(27%, 29%, 0%, 13%) |
| LAB | lab(68.0 15.7 -31.7) |
| LCH | lch(68.0 35.4 296.3) |
| OKLCH | oklch(0.730 0.092 287.5) |
Copy-ready code
/* CSS */
color: #a49fdf;
background-color: #a49fdf;
/* Tailwind (arbitrary) */
class="text-[#a49fdf] bg-[#a49fdf]"
/* SCSS */
$brand: #a49fdf;
/* SwiftUI */
Color(red: 0.643, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#a49fdf")Accessibility — WCAG contrast
Aa
#a49fdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a49fdf on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green62.4%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a49fdf text on a black background
contrast 8.60:1
Card sample
#a49fdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a49fdf;
Background color
Panel with #a49fdf background
background-color: #a49fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a49fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a49fdf; background: linear-gradient(135deg, #a49fdf, #CF9FDF);