#dfb1ce
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 177, 206
HSL
322°, 42%, 78%
CMYK
0, 21, 8, 13
Luminance
0.5159
Every format
| HEX | #dfb1ce |
| RGB | rgb(223, 177, 206) |
| HSL | hsl(322, 42%, 78%) |
| CMYK | cmyk(0%, 21%, 8%, 13%) |
| LAB | lab(77.0 21.4 -8.3) |
| LCH | lch(77.0 22.9 338.8) |
| OKLCH | oklch(0.810 0.065 340.5) |
Copy-ready code
/* CSS */
color: #dfb1ce;
background-color: #dfb1ce;
/* Tailwind (arbitrary) */
class="text-[#dfb1ce] bg-[#dfb1ce]"
/* SCSS */
$brand: #dfb1ce;
/* SwiftUI */
Color(red: 0.875, green: 0.694, blue: 0.808)
/* Android */
Color.parseColor("#dfb1ce")Accessibility — WCAG contrast
Aa
#dfb1ce on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb1ce on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow7.6%
Key (black)12.5%
Color previews
#dfb1ce text on a black background
contrast 11.32:1
Card sample
#dfb1ce text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb1ce;
Background color
Panel with #dfb1ce background
background-color: #dfb1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 177, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 177, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb1ce; background: linear-gradient(135deg, #dfb1ce, #DFB3B1);