#dfcadf
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 202, 223
HSL
300°, 25%, 83%
CMYK
0, 9, 0, 13
Luminance
0.6326
Every format
| HEX | #dfcadf |
| RGB | rgb(223, 202, 223) |
| HSL | hsl(300, 25%, 83%) |
| CMYK | cmyk(0%, 9%, 0%, 13%) |
| LAB | lab(83.6 11.0 -7.7) |
| LCH | lch(83.6 13.4 325.0) |
| OKLCH | oklch(0.863 0.037 325.9) |
Copy-ready code
/* CSS */
color: #dfcadf;
background-color: #dfcadf;
/* Tailwind (arbitrary) */
class="text-[#dfcadf] bg-[#dfcadf]"
/* SCSS */
$brand: #dfcadf;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#dfcadf")Accessibility — WCAG contrast
Aa
#dfcadf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcadf on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#dfcadf text on a black background
contrast 13.65:1
Card sample
#dfcadf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcadf;
Background color
Panel with #dfcadf background
background-color: #dfcadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcadf; background: linear-gradient(135deg, #dfcadf, #DFCAD1);