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