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