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