#dfcfc7
a light, soft orange · warm · closest name: silver
RGB
223, 207, 199
HSL
20°, 27%, 83%
CMYK
0, 7, 11, 13
Luminance
0.6444
Every format
| HEX | #dfcfc7 |
| RGB | rgb(223, 207, 199) |
| HSL | hsl(20, 27%, 83%) |
| CMYK | cmyk(0%, 7%, 11%, 13%) |
| LAB | lab(84.2 4.2 6.0) |
| LCH | lch(84.2 7.3 54.9) |
| OKLCH | oklch(0.865 0.021 48.5) |
Copy-ready code
/* CSS */
color: #dfcfc7;
background-color: #dfcfc7;
/* Tailwind (arbitrary) */
class="text-[#dfcfc7] bg-[#dfcfc7]"
/* SCSS */
$brand: #dfcfc7;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.780)
/* Android */
Color.parseColor("#dfcfc7")Accessibility — WCAG contrast
Aa
#dfcfc7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfc7 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow10.8%
Key (black)12.5%
Color previews
#dfcfc7 text on a black background
contrast 13.89:1
Card sample
#dfcfc7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfc7;
Background color
Panel with #dfcfc7 background
background-color: #dfcfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfc7; background: linear-gradient(135deg, #dfcfc7, #DFDFC7);