#dfaade
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 170, 222
HSL
301°, 45%, 77%
CMYK
0, 24, 0, 13
Luminance
0.4971
Every format
| HEX | #dfaade |
| RGB | rgb(223, 170, 222) |
| HSL | hsl(301, 45%, 77%) |
| CMYK | cmyk(0%, 24%, 0%, 13%) |
| LAB | lab(75.9 28.0 -18.7) |
| LCH | lch(75.9 33.6 326.3) |
| OKLCH | oklch(0.803 0.092 327.0) |
Copy-ready code
/* CSS */
color: #dfaade;
background-color: #dfaade;
/* Tailwind (arbitrary) */
class="text-[#dfaade] bg-[#dfaade]"
/* SCSS */
$brand: #dfaade;
/* SwiftUI */
Color(red: 0.875, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#dfaade")Accessibility — WCAG contrast
Aa
#dfaade on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaade on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow0.4%
Key (black)12.5%
Color previews
#dfaade text on a black background
contrast 10.94:1
Card sample
#dfaade text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaade;
Background color
Panel with #dfaade background
background-color: #dfaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaade; background: linear-gradient(135deg, #dfaade, #DFAABB);