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