#d9b3cf
a light, soft magenta / pink · warm · closest name: pink
RGB
217, 179, 207
HSL
316°, 33%, 78%
CMYK
0, 18, 5, 15
Luminance
0.5150
Every format
| HEX | #d9b3cf |
| RGB | rgb(217, 179, 207) |
| HSL | hsl(316, 33%, 78%) |
| CMYK | cmyk(0%, 18%, 5%, 15%) |
| LAB | lab(77.0 18.4 -9.0) |
| LCH | lch(77.0 20.4 334.0) |
| OKLCH | oklch(0.809 0.057 335.6) |
Copy-ready code
/* CSS */
color: #d9b3cf;
background-color: #d9b3cf;
/* Tailwind (arbitrary) */
class="text-[#d9b3cf] bg-[#d9b3cf]"
/* SCSS */
$brand: #d9b3cf;
/* SwiftUI */
Color(red: 0.851, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#d9b3cf")Accessibility — WCAG contrast
Aa
#d9b3cf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9b3cf on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green70.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow4.6%
Key (black)14.9%
Color previews
#d9b3cf text on a black background
contrast 11.30:1
Card sample
#d9b3cf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9b3cf;
Background color
Panel with #d9b3cf background
background-color: #d9b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9b3cf; background: linear-gradient(135deg, #d9b3cf, #D9B3B6);