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