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