#d39fd3
a light, soft magenta / pink · warm · closest name: plum
RGB
211, 159, 211
HSL
300°, 37%, 73%
CMYK
0, 25, 0, 17
Luminance
0.4335
Every format
| HEX | #d39fd3 |
| RGB | rgb(211, 159, 211) |
| HSL | hsl(300, 37%, 73%) |
| CMYK | cmyk(0%, 25%, 0%, 17%) |
| LAB | lab(71.8 27.9 -19.0) |
| LCH | lch(71.8 33.8 325.8) |
| OKLCH | oklch(0.768 0.093 326.4) |
Copy-ready code
/* CSS */
color: #d39fd3;
background-color: #d39fd3;
/* Tailwind (arbitrary) */
class="text-[#d39fd3] bg-[#d39fd3]"
/* SCSS */
$brand: #d39fd3;
/* SwiftUI */
Color(red: 0.827, green: 0.624, blue: 0.827)
/* Android */
Color.parseColor("#d39fd3")Accessibility — WCAG contrast
Aa
#d39fd3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d39fd3 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green62.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow0.0%
Key (black)17.3%
Color previews
#d39fd3 text on a black background
contrast 9.67:1
Card sample
#d39fd3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d39fd3;
Background color
Panel with #d39fd3 background
background-color: #d39fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d39fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 159, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 159, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d39fd3; background: linear-gradient(135deg, #d39fd3, #D39FB0);