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