#dfcac3
a light, soft orange · warm · closest name: silver
RGB
223, 202, 195
HSL
15°, 30%, 82%
CMYK
0, 9, 13, 13
Luminance
0.6187
Every format
| HEX | #dfcac3 |
| RGB | rgb(223, 202, 195) |
| HSL | hsl(15, 30%, 82%) |
| CMYK | cmyk(0%, 9%, 13%, 13%) |
| LAB | lab(82.8 6.2 6.2) |
| LCH | lch(82.8 8.7 44.9) |
| OKLCH | oklch(0.855 0.026 39.3) |
Copy-ready code
/* CSS */
color: #dfcac3;
background-color: #dfcac3;
/* Tailwind (arbitrary) */
class="text-[#dfcac3] bg-[#dfcac3]"
/* SCSS */
$brand: #dfcac3;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.765)
/* Android */
Color.parseColor("#dfcac3")Accessibility — WCAG contrast
Aa
#dfcac3 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcac3 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow12.6%
Key (black)12.5%
Color previews
#dfcac3 text on a black background
contrast 13.37:1
Card sample
#dfcac3 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcac3;
Background color
Panel with #dfcac3 background
background-color: #dfcac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcac3; background: linear-gradient(135deg, #dfcac3, #DFDDC3);