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