#dfd7ce
a light, soft orange · warm · closest name: silver
RGB
223, 215, 206
HSL
32°, 21%, 84%
CMYK
0, 4, 8, 13
Luminance
0.6875
Every format
| HEX | #dfd7ce |
| RGB | rgb(223, 215, 206) |
| HSL | hsl(32, 21%, 84%) |
| CMYK | cmyk(0%, 4%, 8%, 13%) |
| LAB | lab(86.4 1.2 5.4) |
| LCH | lch(86.4 5.5 77.6) |
| OKLCH | oklch(0.883 0.015 70.9) |
Copy-ready code
/* CSS */
color: #dfd7ce;
background-color: #dfd7ce;
/* Tailwind (arbitrary) */
class="text-[#dfd7ce] bg-[#dfd7ce]"
/* SCSS */
$brand: #dfd7ce;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.808)
/* Android */
Color.parseColor("#dfd7ce")Accessibility — WCAG contrast
Aa
#dfd7ce on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7ce on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow7.6%
Key (black)12.5%
Color previews
#dfd7ce text on a black background
contrast 14.75:1
Card sample
#dfd7ce text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7ce;
Background color
Panel with #dfd7ce background
background-color: #dfd7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7ce; background: linear-gradient(135deg, #dfd7ce, #DCDFCE);