#d39dbb
a light, soft magenta / pink · warm · closest name: plum
RGB
211, 157, 187
HSL
327°, 38%, 72%
CMYK
0, 26, 11, 17
Luminance
0.4155
Every format
| HEX | #d39dbb |
| RGB | rgb(211, 157, 187) |
| HSL | hsl(327, 38%, 72%) |
| CMYK | cmyk(0%, 26%, 11%, 17%) |
| LAB | lab(70.6 24.8 -7.6) |
| LCH | lch(70.6 25.9 343.0) |
| OKLCH | oklch(0.756 0.075 344.6) |
Copy-ready code
/* CSS */
color: #d39dbb;
background-color: #d39dbb;
/* Tailwind (arbitrary) */
class="text-[#d39dbb] bg-[#d39dbb]"
/* SCSS */
$brand: #d39dbb;
/* SwiftUI */
Color(red: 0.827, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#d39dbb")Accessibility — WCAG contrast
Aa
#d39dbb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d39dbb on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow11.4%
Key (black)17.3%
Color previews
#d39dbb text on a black background
contrast 9.31:1
Card sample
#d39dbb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d39dbb;
Background color
Panel with #d39dbb background
background-color: #d39dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d39dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d39dbb; background: linear-gradient(135deg, #d39dbb, #D3A39D);