#dfcddf
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 205, 223
HSL
300°, 22%, 84%
CMYK
0, 8, 0, 13
Luminance
0.6468
Every format
| HEX | #dfcddf |
| RGB | rgb(223, 205, 223) |
| HSL | hsl(300, 22%, 84%) |
| CMYK | cmyk(0%, 8%, 0%, 13%) |
| LAB | lab(84.3 9.4 -6.6) |
| LCH | lch(84.3 11.5 324.9) |
| OKLCH | oklch(0.868 0.031 325.8) |
Copy-ready code
/* CSS */
color: #dfcddf;
background-color: #dfcddf;
/* Tailwind (arbitrary) */
class="text-[#dfcddf] bg-[#dfcddf]"
/* SCSS */
$brand: #dfcddf;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#dfcddf")Accessibility — WCAG contrast
Aa
#dfcddf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcddf on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#dfcddf text on a black background
contrast 13.94:1
Card sample
#dfcddf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcddf;
Background color
Panel with #dfcddf background
background-color: #dfcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcddf; background: linear-gradient(135deg, #dfcddf, #DFCDD3);