#d9b2cf
a light, soft magenta / pink · warm · closest name: pink
RGB
217, 178, 207
HSL
315°, 34%, 78%
CMYK
0, 18, 5, 15
Luminance
0.5110
Every format
| HEX | #d9b2cf |
| RGB | rgb(217, 178, 207) |
| HSL | hsl(315, 34%, 78%) |
| CMYK | cmyk(0%, 18%, 5%, 15%) |
| LAB | lab(76.7 18.9 -9.3) |
| LCH | lch(76.7 21.1 333.8) |
| OKLCH | oklch(0.807 0.059 335.3) |
Copy-ready code
/* CSS */
color: #d9b2cf;
background-color: #d9b2cf;
/* Tailwind (arbitrary) */
class="text-[#d9b2cf] bg-[#d9b2cf]"
/* SCSS */
$brand: #d9b2cf;
/* SwiftUI */
Color(red: 0.851, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#d9b2cf")Accessibility — WCAG contrast
Aa
#d9b2cf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9b2cf on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow4.6%
Key (black)14.9%
Color previews
#d9b2cf text on a black background
contrast 11.22:1
Card sample
#d9b2cf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9b2cf;
Background color
Panel with #d9b2cf background
background-color: #d9b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9b2cf; background: linear-gradient(135deg, #d9b2cf, #D9B2B5);