#dfbed1
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 190, 209
HSL
326°, 34%, 81%
CMYK
0, 15, 6, 13
Luminance
0.5712
Every format
| HEX | #dfbed1 |
| RGB | rgb(223, 190, 209) |
| HSL | hsl(326, 34%, 81%) |
| CMYK | cmyk(0%, 15%, 6%, 13%) |
| LAB | lab(80.3 14.9 -5.1) |
| LCH | lch(80.3 15.8 341.0) |
| OKLCH | oklch(0.835 0.045 342.6) |
Copy-ready code
/* CSS */
color: #dfbed1;
background-color: #dfbed1;
/* Tailwind (arbitrary) */
class="text-[#dfbed1] bg-[#dfbed1]"
/* SCSS */
$brand: #dfbed1;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.820)
/* Android */
Color.parseColor("#dfbed1")Accessibility — WCAG contrast
Aa
#dfbed1 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbed1 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow6.3%
Key (black)12.5%
Color previews
#dfbed1 text on a black background
contrast 12.42:1
Card sample
#dfbed1 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbed1;
Background color
Panel with #dfbed1 background
background-color: #dfbed1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbed1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbed1; background: linear-gradient(135deg, #dfbed1, #DFC1BE);