#a48fdf
a light, vivid violet · warm · closest name: plum
RGB
164, 143, 223
HSL
256°, 56%, 72%
CMYK
27, 36, 0, 13
Luminance
0.3287
Every format
| HEX | #a48fdf |
| RGB | rgb(164, 143, 223) |
| HSL | hsl(256, 56%, 72%) |
| CMYK | cmyk(27%, 36%, 0%, 13%) |
| LAB | lab(64.0 24.7 -37.9) |
| LCH | lch(64.0 45.3 303.1) |
| OKLCH | oklch(0.700 0.117 295.3) |
Copy-ready code
/* CSS */
color: #a48fdf;
background-color: #a48fdf;
/* Tailwind (arbitrary) */
class="text-[#a48fdf] bg-[#a48fdf]"
/* SCSS */
$brand: #a48fdf;
/* SwiftUI */
Color(red: 0.643, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#a48fdf")Accessibility — WCAG contrast
Aa
#a48fdf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a48fdf on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green56.1%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a48fdf text on a black background
contrast 7.57:1
Card sample
#a48fdf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a48fdf;
Background color
Panel with #a48fdf background
background-color: #a48fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a48fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a48fdf; background: linear-gradient(135deg, #a48fdf, #D98FDF);