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