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