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