#dfc2cf
a light, soft magenta / pink · warm · closest name: silver
RGB
223, 194, 207
HSL
333°, 31%, 82%
CMYK
0, 13, 7, 13
Luminance
0.5878
Every format
| HEX | #dfc2cf |
| RGB | rgb(223, 194, 207) |
| HSL | hsl(333, 31%, 82%) |
| CMYK | cmyk(0%, 13%, 7%, 13%) |
| LAB | lab(81.2 12.4 -2.7) |
| LCH | lch(81.2 12.7 347.7) |
| OKLCH | oklch(0.842 0.037 349.1) |
Copy-ready code
/* CSS */
color: #dfc2cf;
background-color: #dfc2cf;
/* Tailwind (arbitrary) */
class="text-[#dfc2cf] bg-[#dfc2cf]"
/* SCSS */
$brand: #dfc2cf;
/* SwiftUI */
Color(red: 0.875, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#dfc2cf")Accessibility — WCAG contrast
Aa
#dfc2cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc2cf on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow7.2%
Key (black)12.5%
Color previews
#dfc2cf text on a black background
contrast 12.76:1
Card sample
#dfc2cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc2cf;
Background color
Panel with #dfc2cf background
background-color: #dfc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc2cf; background: linear-gradient(135deg, #dfc2cf, #DFC8C2);