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