#d9b0cf
a light, soft magenta / pink · warm · closest name: pink
RGB
217, 176, 207
HSL
315°, 35%, 77%
CMYK
0, 19, 5, 15
Luminance
0.5031
Every format
| HEX | #d9b0cf |
| RGB | rgb(217, 176, 207) |
| HSL | hsl(315, 35%, 77%) |
| CMYK | cmyk(0%, 19%, 5%, 15%) |
| LAB | lab(76.3 20.0 -10.0) |
| LCH | lch(76.3 22.4 333.4) |
| OKLCH | oklch(0.803 0.063 334.9) |
Copy-ready code
/* CSS */
color: #d9b0cf;
background-color: #d9b0cf;
/* Tailwind (arbitrary) */
class="text-[#d9b0cf] bg-[#d9b0cf]"
/* SCSS */
$brand: #d9b0cf;
/* SwiftUI */
Color(red: 0.851, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#d9b0cf")Accessibility — WCAG contrast
Aa
#d9b0cf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9b0cf on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow4.6%
Key (black)14.9%
Color previews
#d9b0cf text on a black background
contrast 11.06:1
Card sample
#d9b0cf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9b0cf;
Background color
Panel with #d9b0cf background
background-color: #d9b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9b0cf; background: linear-gradient(135deg, #d9b0cf, #D9B0B4);