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