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