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