#a39fd3
a light, soft blue · warm · closest name: plum
RGB
163, 159, 211
HSL
245°, 37%, 73%
CMYK
23, 25, 0, 17
Luminance
0.3729
Every format
| HEX | #a39fd3 |
| RGB | rgb(163, 159, 211) |
| HSL | hsl(245, 37%, 73%) |
| CMYK | cmyk(23%, 25%, 0%, 17%) |
| LAB | lab(67.5 12.5 -25.9) |
| LCH | lch(67.5 28.8 295.7) |
| OKLCH | oklch(0.725 0.075 287.9) |
Copy-ready code
/* CSS */
color: #a39fd3;
background-color: #a39fd3;
/* Tailwind (arbitrary) */
class="text-[#a39fd3] bg-[#a39fd3]"
/* SCSS */
$brand: #a39fd3;
/* SwiftUI */
Color(red: 0.639, green: 0.624, blue: 0.827)
/* Android */
Color.parseColor("#a39fd3")Accessibility — WCAG contrast
Aa
#a39fd3 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a39fd3 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green62.4%
Blue82.7%
CMYK percentages
Cyan22.7%
Magenta24.6%
Yellow0.0%
Key (black)17.3%
Color previews
#a39fd3 text on a black background
contrast 8.46:1
Card sample
#a39fd3 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39fd3;
Background color
Panel with #a39fd3 background
background-color: #a39fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 159, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 159, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39fd3; background: linear-gradient(135deg, #a39fd3, #C69FD3);