#dfc7ce
a light, soft magenta / pink · warm · closest name: silver
RGB
223, 199, 206
HSL
343°, 27%, 83%
CMYK
0, 11, 8, 13
Luminance
0.6099
Every format
| HEX | #dfc7ce |
| RGB | rgb(223, 199, 206) |
| HSL | hsl(343, 27%, 83%) |
| CMYK | cmyk(0%, 11%, 8%, 13%) |
| LAB | lab(82.4 9.6 -0.4) |
| LCH | lch(82.4 9.6 357.6) |
| OKLCH | oklch(0.852 0.029 358.1) |
Copy-ready code
/* CSS */
color: #dfc7ce;
background-color: #dfc7ce;
/* Tailwind (arbitrary) */
class="text-[#dfc7ce] bg-[#dfc7ce]"
/* SCSS */
$brand: #dfc7ce;
/* SwiftUI */
Color(red: 0.875, green: 0.780, blue: 0.808)
/* Android */
Color.parseColor("#dfc7ce")Accessibility — WCAG contrast
Aa
#dfc7ce on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc7ce on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow7.6%
Key (black)12.5%
Color previews
#dfc7ce text on a black background
contrast 13.20:1
Card sample
#dfc7ce text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc7ce;
Background color
Panel with #dfc7ce background
background-color: #dfc7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 199, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 199, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc7ce; background: linear-gradient(135deg, #dfc7ce, #DFD0C7);