#dfc7da
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 199, 218
HSL
313°, 27%, 83%
CMYK
0, 11, 2, 13
Luminance
0.6160
Every format
| HEX | #dfc7da |
| RGB | rgb(223, 199, 218) |
| HSL | hsl(313, 27%, 83%) |
| CMYK | cmyk(0%, 11%, 2%, 13%) |
| LAB | lab(82.7 11.7 -6.3) |
| LCH | lch(82.7 13.3 331.5) |
| OKLCH | oklch(0.855 0.037 333.0) |
Copy-ready code
/* CSS */
color: #dfc7da;
background-color: #dfc7da;
/* Tailwind (arbitrary) */
class="text-[#dfc7da] bg-[#dfc7da]"
/* SCSS */
$brand: #dfc7da;
/* SwiftUI */
Color(red: 0.875, green: 0.780, blue: 0.855)
/* Android */
Color.parseColor("#dfc7da")Accessibility — WCAG contrast
Aa
#dfc7da on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc7da on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow2.2%
Key (black)12.5%
Color previews
#dfc7da text on a black background
contrast 13.32:1
Card sample
#dfc7da text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc7da;
Background color
Panel with #dfc7da background
background-color: #dfc7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 199, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 199, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc7da; background: linear-gradient(135deg, #dfc7da, #DFC7CA);