#d49dbb
a light, soft magenta / pink · warm · closest name: plum
RGB
212, 157, 187
HSL
327°, 39%, 72%
CMYK
0, 26, 12, 17
Luminance
0.4170
Every format
| HEX | #d49dbb |
| RGB | rgb(212, 157, 187) |
| HSL | hsl(327, 39%, 72%) |
| CMYK | cmyk(0%, 26%, 12%, 17%) |
| LAB | lab(70.7 25.1 -7.4) |
| LCH | lch(70.7 26.2 343.5) |
| OKLCH | oklch(0.757 0.076 345.2) |
Copy-ready code
/* CSS */
color: #d49dbb;
background-color: #d49dbb;
/* Tailwind (arbitrary) */
class="text-[#d49dbb] bg-[#d49dbb]"
/* SCSS */
$brand: #d49dbb;
/* SwiftUI */
Color(red: 0.831, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#d49dbb")Accessibility — WCAG contrast
Aa
#d49dbb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d49dbb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow11.8%
Key (black)16.9%
Color previews
#d49dbb text on a black background
contrast 9.34:1
Card sample
#d49dbb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d49dbb;
Background color
Panel with #d49dbb background
background-color: #d49dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d49dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d49dbb; background: linear-gradient(135deg, #d49dbb, #D4A49D);