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