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