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