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