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