#dfcbcf
a light, soft red · warm · closest name: silver
RGB
223, 203, 207
HSL
348°, 24%, 84%
CMYK
0, 9, 7, 13
Luminance
0.6290
Every format
| HEX | #dfcbcf |
| RGB | rgb(223, 203, 207) |
| HSL | hsl(348, 24%, 84%) |
| CMYK | cmyk(0%, 9%, 7%, 13%) |
| LAB | lab(83.4 7.7 0.6) |
| LCH | lch(83.4 7.7 4.1) |
| OKLCH | oklch(0.860 0.023 3.9) |
Copy-ready code
/* CSS */
color: #dfcbcf;
background-color: #dfcbcf;
/* Tailwind (arbitrary) */
class="text-[#dfcbcf] bg-[#dfcbcf]"
/* SCSS */
$brand: #dfcbcf;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#dfcbcf")Accessibility — WCAG contrast
Aa
#dfcbcf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcbcf on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow7.2%
Key (black)12.5%
Color previews
#dfcbcf text on a black background
contrast 13.58:1
Card sample
#dfcbcf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcbcf;
Background color
Panel with #dfcbcf background
background-color: #dfcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcbcf; background: linear-gradient(135deg, #dfcbcf, #DFD4CB);