#dfb9ce
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 185, 206
HSL
327°, 37%, 80%
CMYK
0, 17, 8, 13
Luminance
0.5484
Every format
| HEX | #dfb9ce |
| RGB | rgb(223, 185, 206) |
| HSL | hsl(327, 37%, 80%) |
| CMYK | cmyk(0%, 17%, 8%, 13%) |
| LAB | lab(79.0 17.1 -5.4) |
| LCH | lch(79.0 17.9 342.3) |
| OKLCH | oklch(0.825 0.051 344.0) |
Copy-ready code
/* CSS */
color: #dfb9ce;
background-color: #dfb9ce;
/* Tailwind (arbitrary) */
class="text-[#dfb9ce] bg-[#dfb9ce]"
/* SCSS */
$brand: #dfb9ce;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.808)
/* Android */
Color.parseColor("#dfb9ce")Accessibility — WCAG contrast
Aa
#dfb9ce on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb9ce on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow7.6%
Key (black)12.5%
Color previews
#dfb9ce text on a black background
contrast 11.97:1
Card sample
#dfb9ce text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb9ce;
Background color
Panel with #dfb9ce background
background-color: #dfb9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb9ce; background: linear-gradient(135deg, #dfb9ce, #DFBDB9);