#d39bcf
a light, soft magenta / pink · warm · closest name: plum
RGB
211, 155, 207
HSL
304°, 39%, 72%
CMYK
0, 27, 2, 17
Luminance
0.4180
Every format
| HEX | #d39bcf |
| RGB | rgb(211, 155, 207) |
| HSL | hsl(304, 39%, 72%) |
| CMYK | cmyk(0%, 27%, 2%, 17%) |
| LAB | lab(70.7 29.4 -18.4) |
| LCH | lch(70.7 34.7 327.9) |
| OKLCH | oklch(0.759 0.096 328.9) |
Copy-ready code
/* CSS */
color: #d39bcf;
background-color: #d39bcf;
/* Tailwind (arbitrary) */
class="text-[#d39bcf] bg-[#d39bcf]"
/* SCSS */
$brand: #d39bcf;
/* SwiftUI */
Color(red: 0.827, green: 0.608, blue: 0.812)
/* Android */
Color.parseColor("#d39bcf")Accessibility — WCAG contrast
Aa
#d39bcf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d39bcf on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green60.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow1.9%
Key (black)17.3%
Color previews
#d39bcf text on a black background
contrast 9.36:1
Card sample
#d39bcf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d39bcf;
Background color
Panel with #d39bcf background
background-color: #d39bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d39bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 155, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 155, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d39bcf; background: linear-gradient(135deg, #d39bcf, #D39BAA);