#dfcccb
a light, soft red · warm · closest name: silver
RGB
223, 204, 203
HSL
3°, 24%, 84%
CMYK
0, 9, 9, 13
Luminance
0.6319
Every format
| HEX | #dfcccb |
| RGB | rgb(223, 204, 203) |
| HSL | hsl(3, 24%, 84%) |
| CMYK | cmyk(0%, 9%, 9%, 13%) |
| LAB | lab(83.5 6.4 2.9) |
| LCH | lch(83.5 7.1 24.2) |
| OKLCH | oklch(0.861 0.021 21.2) |
Copy-ready code
/* CSS */
color: #dfcccb;
background-color: #dfcccb;
/* Tailwind (arbitrary) */
class="text-[#dfcccb] bg-[#dfcccb]"
/* SCSS */
$brand: #dfcccb;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#dfcccb")Accessibility — WCAG contrast
Aa
#dfcccb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcccb on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow9.0%
Key (black)12.5%
Color previews
#dfcccb text on a black background
contrast 13.64:1
Card sample
#dfcccb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcccb;
Background color
Panel with #dfcccb background
background-color: #dfcccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcccb; background: linear-gradient(135deg, #dfcccb, #DFD9CB);