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