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