#d39eb4
a light, soft magenta / pink · warm · closest name: pink
RGB
211, 158, 180
HSL
335°, 38%, 72%
CMYK
0, 25, 15, 17
Luminance
0.4160
Every format
| HEX | #d39eb4 |
| RGB | rgb(211, 158, 180) |
| HSL | hsl(335, 38%, 72%) |
| CMYK | cmyk(0%, 25%, 15%, 17%) |
| LAB | lab(70.6 23.1 -3.7) |
| LCH | lch(70.6 23.4 351.0) |
| OKLCH | oklch(0.755 0.069 352.2) |
Copy-ready code
/* CSS */
color: #d39eb4;
background-color: #d39eb4;
/* Tailwind (arbitrary) */
class="text-[#d39eb4] bg-[#d39eb4]"
/* SCSS */
$brand: #d39eb4;
/* SwiftUI */
Color(red: 0.827, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#d39eb4")Accessibility — WCAG contrast
Aa
#d39eb4 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d39eb4 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green62.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow14.7%
Key (black)17.3%
Color previews
#d39eb4 text on a black background
contrast 9.32:1
Card sample
#d39eb4 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d39eb4;
Background color
Panel with #d39eb4 background
background-color: #d39eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d39eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d39eb4; background: linear-gradient(135deg, #d39eb4, #D3AB9E);