#dfcfd6
a light, soft magenta / pink · warm · closest name: silver
RGB
223, 207, 214
HSL
334°, 20%, 84%
CMYK
0, 7, 4, 13
Luminance
0.6517
Every format
| HEX | #dfcfd6 |
| RGB | rgb(223, 207, 214) |
| HSL | hsl(334, 20%, 84%) |
| CMYK | cmyk(0%, 7%, 4%, 13%) |
| LAB | lab(84.6 6.8 -1.5) |
| LCH | lch(84.6 6.9 347.8) |
| OKLCH | oklch(0.870 0.020 349.1) |
Copy-ready code
/* CSS */
color: #dfcfd6;
background-color: #dfcfd6;
/* Tailwind (arbitrary) */
class="text-[#dfcfd6] bg-[#dfcfd6]"
/* SCSS */
$brand: #dfcfd6;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#dfcfd6")Accessibility — WCAG contrast
Aa
#dfcfd6 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfd6 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow4.0%
Key (black)12.5%
Color previews
#dfcfd6 text on a black background
contrast 14.03:1
Card sample
#dfcfd6 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfd6;
Background color
Panel with #dfcfd6 background
background-color: #dfcfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfd6; background: linear-gradient(135deg, #dfcfd6, #DFD3CF);