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