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