#dfccda
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 204, 218
HSL
316°, 23%, 84%
CMYK
0, 9, 2, 13
Luminance
0.6394
Every format
| HEX | #dfccda |
| RGB | rgb(223, 204, 218) |
| HSL | hsl(316, 23%, 84%) |
| CMYK | cmyk(0%, 9%, 2%, 13%) |
| LAB | lab(83.9 9.0 -4.5) |
| LCH | lch(83.9 10.1 333.4) |
| OKLCH | oklch(0.865 0.028 334.9) |
Copy-ready code
/* CSS */
color: #dfccda;
background-color: #dfccda;
/* Tailwind (arbitrary) */
class="text-[#dfccda] bg-[#dfccda]"
/* SCSS */
$brand: #dfccda;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#dfccda")Accessibility — WCAG contrast
Aa
#dfccda on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccda on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow2.2%
Key (black)12.5%
Color previews
#dfccda text on a black background
contrast 13.79:1
Card sample
#dfccda text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccda;
Background color
Panel with #dfccda background
background-color: #dfccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccda; background: linear-gradient(135deg, #dfccda, #DFCCCD);