#dfaddd
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 173, 221
HSL
302°, 44%, 78%
CMYK
0, 22, 1, 13
Luminance
0.5080
Every format
| HEX | #dfaddd |
| RGB | rgb(223, 173, 221) |
| HSL | hsl(302, 44%, 78%) |
| CMYK | cmyk(0%, 22%, 1%, 13%) |
| LAB | lab(76.6 26.2 -17.1) |
| LCH | lch(76.6 31.3 326.8) |
| OKLCH | oklch(0.808 0.086 327.6) |
Copy-ready code
/* CSS */
color: #dfaddd;
background-color: #dfaddd;
/* Tailwind (arbitrary) */
class="text-[#dfaddd] bg-[#dfaddd]"
/* SCSS */
$brand: #dfaddd;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.867)
/* Android */
Color.parseColor("#dfaddd")Accessibility — WCAG contrast
Aa
#dfaddd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaddd on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow0.9%
Key (black)12.5%
Color previews
#dfaddd text on a black background
contrast 11.16:1
Card sample
#dfaddd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaddd;
Background color
Panel with #dfaddd background
background-color: #dfaddd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaddd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaddd; background: linear-gradient(135deg, #dfaddd, #DFADBC);