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