#d9b9cf
a light, soft magenta / pink · warm · closest name: pink
RGB
217, 185, 207
HSL
319°, 30%, 79%
CMYK
0, 15, 5, 15
Luminance
0.5395
Every format
| HEX | #d9b9cf |
| RGB | rgb(217, 185, 207) |
| HSL | hsl(319, 30%, 79%) |
| CMYK | cmyk(0%, 15%, 5%, 15%) |
| LAB | lab(78.4 15.2 -6.8) |
| LCH | lch(78.4 16.6 335.8) |
| OKLCH | oklch(0.820 0.047 337.5) |
Copy-ready code
/* CSS */
color: #d9b9cf;
background-color: #d9b9cf;
/* Tailwind (arbitrary) */
class="text-[#d9b9cf] bg-[#d9b9cf]"
/* SCSS */
$brand: #d9b9cf;
/* SwiftUI */
Color(red: 0.851, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#d9b9cf")Accessibility — WCAG contrast
Aa
#d9b9cf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9b9cf on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green72.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow4.6%
Key (black)14.9%
Color previews
#d9b9cf text on a black background
contrast 11.79:1
Card sample
#d9b9cf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9b9cf;
Background color
Panel with #d9b9cf background
background-color: #d9b9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9b9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9b9cf; background: linear-gradient(135deg, #d9b9cf, #D9B9BA);