#a39fd8
a light, soft blue · warm · closest name: plum
RGB
163, 159, 216
HSL
244°, 42%, 74%
CMYK
25, 26, 0, 15
Luminance
0.3754
Every format
| HEX | #a39fd8 |
| RGB | rgb(163, 159, 216) |
| HSL | hsl(244, 42%, 74%) |
| CMYK | cmyk(25%, 26%, 0%, 15%) |
| LAB | lab(67.7 13.7 -28.4) |
| LCH | lch(67.7 31.5 295.7) |
| OKLCH | oklch(0.727 0.082 287.4) |
Copy-ready code
/* CSS */
color: #a39fd8;
background-color: #a39fd8;
/* Tailwind (arbitrary) */
class="text-[#a39fd8] bg-[#a39fd8]"
/* SCSS */
$brand: #a39fd8;
/* SwiftUI */
Color(red: 0.639, green: 0.624, blue: 0.847)
/* Android */
Color.parseColor("#a39fd8")Accessibility — WCAG contrast
Aa
#a39fd8 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a39fd8 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green62.4%
Blue84.7%
CMYK percentages
Cyan24.5%
Magenta26.4%
Yellow0.0%
Key (black)15.3%
Color previews
#a39fd8 text on a black background
contrast 8.51:1
Card sample
#a39fd8 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39fd8;
Background color
Panel with #a39fd8 background
background-color: #a39fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 159, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 159, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39fd8; background: linear-gradient(135deg, #a39fd8, #C99FD8);