#dfadce
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 173, 206
HSL
320°, 44%, 78%
CMYK
0, 22, 8, 13
Luminance
0.5003
Every format
| HEX | #dfadce |
| RGB | rgb(223, 173, 206) |
| HSL | hsl(320, 44%, 78%) |
| CMYK | cmyk(0%, 22%, 8%, 13%) |
| LAB | lab(76.1 23.5 -9.7) |
| LCH | lch(76.1 25.4 337.6) |
| OKLCH | oklch(0.803 0.072 339.3) |
Copy-ready code
/* CSS */
color: #dfadce;
background-color: #dfadce;
/* Tailwind (arbitrary) */
class="text-[#dfadce] bg-[#dfadce]"
/* SCSS */
$brand: #dfadce;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#dfadce")Accessibility — WCAG contrast
Aa
#dfadce on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfadce on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow7.6%
Key (black)12.5%
Color previews
#dfadce text on a black background
contrast 11.01:1
Card sample
#dfadce text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfadce;
Background color
Panel with #dfadce background
background-color: #dfadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfadce; background: linear-gradient(135deg, #dfadce, #DFADAD);