#d59dbb
a light, soft magenta / pink · warm · closest name: plum
RGB
213, 157, 187
HSL
328°, 40%, 73%
CMYK
0, 26, 12, 17
Luminance
0.4185
Every format
| HEX | #d59dbb |
| RGB | rgb(213, 157, 187) |
| HSL | hsl(328, 40%, 73%) |
| CMYK | cmyk(0%, 26%, 12%, 17%) |
| LAB | lab(70.8 25.5 -7.3) |
| LCH | lch(70.8 26.5 344.1) |
| OKLCH | oklch(0.758 0.077 345.7) |
Copy-ready code
/* CSS */
color: #d59dbb;
background-color: #d59dbb;
/* Tailwind (arbitrary) */
class="text-[#d59dbb] bg-[#d59dbb]"
/* SCSS */
$brand: #d59dbb;
/* SwiftUI */
Color(red: 0.835, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#d59dbb")Accessibility — WCAG contrast
Aa
#d59dbb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d59dbb on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow12.2%
Key (black)16.5%
Color previews
#d59dbb text on a black background
contrast 9.37:1
Card sample
#d59dbb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d59dbb;
Background color
Panel with #d59dbb background
background-color: #d59dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d59dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d59dbb; background: linear-gradient(135deg, #d59dbb, #D5A49D);