#dfcfdc
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 207, 220
HSL
311°, 20%, 84%
CMYK
0, 7, 1, 13
Luminance
0.6548
Every format
| HEX | #dfcfdc |
| RGB | rgb(223, 207, 220) |
| HSL | hsl(311, 20%, 84%) |
| CMYK | cmyk(0%, 7%, 1%, 13%) |
| LAB | lab(84.7 7.8 -4.4) |
| LCH | lch(84.7 9.0 330.5) |
| OKLCH | oklch(0.871 0.025 332.0) |
Copy-ready code
/* CSS */
color: #dfcfdc;
background-color: #dfcfdc;
/* Tailwind (arbitrary) */
class="text-[#dfcfdc] bg-[#dfcfdc]"
/* SCSS */
$brand: #dfcfdc;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#dfcfdc")Accessibility — WCAG contrast
Aa
#dfcfdc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfdc on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow1.3%
Key (black)12.5%
Color previews
#dfcfdc text on a black background
contrast 14.10:1
Card sample
#dfcfdc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfdc;
Background color
Panel with #dfcfdc background
background-color: #dfcfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfdc; background: linear-gradient(135deg, #dfcfdc, #DFCFD1);