#d19dbb
a light, soft magenta / pink · warm · closest name: plum
RGB
209, 157, 187
HSL
325°, 36%, 72%
CMYK
0, 25, 11, 18
Luminance
0.4126
Every format
| HEX | #d19dbb |
| RGB | rgb(209, 157, 187) |
| HSL | hsl(325, 36%, 72%) |
| CMYK | cmyk(0%, 25%, 11%, 18%) |
| LAB | lab(70.4 24.1 -7.9) |
| LCH | lch(70.4 25.3 341.8) |
| OKLCH | oklch(0.754 0.073 343.5) |
Copy-ready code
/* CSS */
color: #d19dbb;
background-color: #d19dbb;
/* Tailwind (arbitrary) */
class="text-[#d19dbb] bg-[#d19dbb]"
/* SCSS */
$brand: #d19dbb;
/* SwiftUI */
Color(red: 0.820, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#d19dbb")Accessibility — WCAG contrast
Aa
#d19dbb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d19dbb on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow10.5%
Key (black)18.0%
Color previews
#d19dbb text on a black background
contrast 9.25:1
Card sample
#d19dbb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d19dbb;
Background color
Panel with #d19dbb background
background-color: #d19dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d19dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d19dbb; background: linear-gradient(135deg, #d19dbb, #D1A29D);