#dfcad1
a light, soft magenta / pink · warm · closest name: silver
RGB
223, 202, 209
HSL
340°, 25%, 83%
CMYK
0, 9, 6, 13
Luminance
0.6253
Every format
| HEX | #dfcad1 |
| RGB | rgb(223, 202, 209) |
| HSL | hsl(340, 25%, 83%) |
| CMYK | cmyk(0%, 9%, 6%, 13%) |
| LAB | lab(83.2 8.5 -0.8) |
| LCH | lch(83.2 8.6 354.6) |
| OKLCH | oklch(0.858 0.025 355.4) |
Copy-ready code
/* CSS */
color: #dfcad1;
background-color: #dfcad1;
/* Tailwind (arbitrary) */
class="text-[#dfcad1] bg-[#dfcad1]"
/* SCSS */
$brand: #dfcad1;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.820)
/* Android */
Color.parseColor("#dfcad1")Accessibility — WCAG contrast
Aa
#dfcad1 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcad1 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow6.3%
Key (black)12.5%
Color previews
#dfcad1 text on a black background
contrast 13.51:1
Card sample
#dfcad1 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcad1;
Background color
Panel with #dfcad1 background
background-color: #dfcad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcad1; background: linear-gradient(135deg, #dfcad1, #DFD1CA);