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