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