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