#dfcbc7
a light, soft red · warm · closest name: silver
RGB
223, 203, 199
HSL
10°, 27%, 83%
CMYK
0, 9, 11, 13
Luminance
0.6252
Every format
| HEX | #dfcbc7 |
| RGB | rgb(223, 203, 199) |
| HSL | hsl(10, 27%, 83%) |
| CMYK | cmyk(0%, 9%, 11%, 13%) |
| LAB | lab(83.2 6.3 4.5) |
| LCH | lch(83.2 7.8 35.7) |
| OKLCH | oklch(0.858 0.023 31.1) |
Copy-ready code
/* CSS */
color: #dfcbc7;
background-color: #dfcbc7;
/* Tailwind (arbitrary) */
class="text-[#dfcbc7] bg-[#dfcbc7]"
/* SCSS */
$brand: #dfcbc7;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.780)
/* Android */
Color.parseColor("#dfcbc7")Accessibility — WCAG contrast
Aa
#dfcbc7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcbc7 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow10.8%
Key (black)12.5%
Color previews
#dfcbc7 text on a black background
contrast 13.50:1
Card sample
#dfcbc7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcbc7;
Background color
Panel with #dfcbc7 background
background-color: #dfcbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcbc7; background: linear-gradient(135deg, #dfcbc7, #DFDBC7);