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