#dfc2da
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 194, 218
HSL
310°, 31%, 82%
CMYK
0, 13, 2, 13
Luminance
0.5933
Every format
| HEX | #dfc2da |
| RGB | rgb(223, 194, 218) |
| HSL | hsl(310, 31%, 82%) |
| CMYK | cmyk(0%, 13%, 2%, 13%) |
| LAB | lab(81.5 14.4 -8.2) |
| LCH | lch(81.5 16.5 330.4) |
| OKLCH | oklch(0.846 0.046 331.7) |
Copy-ready code
/* CSS */
color: #dfc2da;
background-color: #dfc2da;
/* Tailwind (arbitrary) */
class="text-[#dfc2da] bg-[#dfc2da]"
/* SCSS */
$brand: #dfc2da;
/* SwiftUI */
Color(red: 0.875, green: 0.761, blue: 0.855)
/* Android */
Color.parseColor("#dfc2da")Accessibility — WCAG contrast
Aa
#dfc2da on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc2da on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow2.2%
Key (black)12.5%
Color previews
#dfc2da text on a black background
contrast 12.87:1
Card sample
#dfc2da text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc2da;
Background color
Panel with #dfc2da background
background-color: #dfc2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 194, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 194, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc2da; background: linear-gradient(135deg, #dfc2da, #DFC2C7);