#dfbed8
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 190, 216
HSL
313°, 34%, 81%
CMYK
0, 15, 3, 13
Luminance
0.5747
Every format
| HEX | #dfbed8 |
| RGB | rgb(223, 190, 216) |
| HSL | hsl(313, 34%, 81%) |
| CMYK | cmyk(0%, 15%, 3%, 13%) |
| LAB | lab(80.5 16.1 -8.6) |
| LCH | lch(80.5 18.3 331.9) |
| OKLCH | oklch(0.838 0.051 333.4) |
Copy-ready code
/* CSS */
color: #dfbed8;
background-color: #dfbed8;
/* Tailwind (arbitrary) */
class="text-[#dfbed8] bg-[#dfbed8]"
/* SCSS */
$brand: #dfbed8;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.847)
/* Android */
Color.parseColor("#dfbed8")Accessibility — WCAG contrast
Aa
#dfbed8 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbed8 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow3.1%
Key (black)12.5%
Color previews
#dfbed8 text on a black background
contrast 12.49:1
Card sample
#dfbed8 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbed8;
Background color
Panel with #dfbed8 background
background-color: #dfbed8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbed8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbed8; background: linear-gradient(135deg, #dfbed8, #DFBEC2);