#d29dbb
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 157, 187
HSL
326°, 37%, 72%
CMYK
0, 25, 11, 18
Luminance
0.4140
Every format
| HEX | #d29dbb |
| RGB | rgb(210, 157, 187) |
| HSL | hsl(326, 37%, 72%) |
| CMYK | cmyk(0%, 25%, 11%, 18%) |
| LAB | lab(70.5 24.4 -7.8) |
| LCH | lch(70.5 25.6 342.4) |
| OKLCH | oklch(0.755 0.074 344.1) |
Copy-ready code
/* CSS */
color: #d29dbb;
background-color: #d29dbb;
/* Tailwind (arbitrary) */
class="text-[#d29dbb] bg-[#d29dbb]"
/* SCSS */
$brand: #d29dbb;
/* SwiftUI */
Color(red: 0.824, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#d29dbb")Accessibility — WCAG contrast
Aa
#d29dbb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d29dbb on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta25.2%
Yellow11.0%
Key (black)17.6%
Color previews
#d29dbb text on a black background
contrast 9.28:1
Card sample
#d29dbb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d29dbb;
Background color
Panel with #d29dbb background
background-color: #d29dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d29dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d29dbb; background: linear-gradient(135deg, #d29dbb, #D2A29D);