#dfbdce
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 189, 206
HSL
330°, 35%, 81%
CMYK
0, 15, 8, 13
Luminance
0.5654
Every format
| HEX | #dfbdce |
| RGB | rgb(223, 189, 206) |
| HSL | hsl(330, 35%, 81%) |
| CMYK | cmyk(0%, 15%, 8%, 13%) |
| LAB | lab(79.9 14.9 -4.0) |
| LCH | lch(79.9 15.4 345.0) |
| OKLCH | oklch(0.833 0.045 346.5) |
Copy-ready code
/* CSS */
color: #dfbdce;
background-color: #dfbdce;
/* Tailwind (arbitrary) */
class="text-[#dfbdce] bg-[#dfbdce]"
/* SCSS */
$brand: #dfbdce;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.808)
/* Android */
Color.parseColor("#dfbdce")Accessibility — WCAG contrast
Aa
#dfbdce on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbdce on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow7.6%
Key (black)12.5%
Color previews
#dfbdce text on a black background
contrast 12.31:1
Card sample
#dfbdce text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbdce;
Background color
Panel with #dfbdce background
background-color: #dfbdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbdce; background: linear-gradient(135deg, #dfbdce, #DFC3BD);