#daafdf
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 175, 223
HSL
294°, 43%, 78%
CMYK
2, 22, 0, 13
Luminance
0.5089
Every format
| HEX | #daafdf |
| RGB | rgb(218, 175, 223) |
| HSL | hsl(294, 43%, 78%) |
| CMYK | cmyk(2%, 22%, 0%, 13%) |
| LAB | lab(76.6 23.8 -18.2) |
| LCH | lch(76.6 30.0 322.6) |
| OKLCH | oklch(0.808 0.081 322.9) |
Copy-ready code
/* CSS */
color: #daafdf;
background-color: #daafdf;
/* Tailwind (arbitrary) */
class="text-[#daafdf] bg-[#daafdf]"
/* SCSS */
$brand: #daafdf;
/* SwiftUI */
Color(red: 0.855, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#daafdf")Accessibility — WCAG contrast
Aa
#daafdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daafdf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#daafdf text on a black background
contrast 11.18:1
Card sample
#daafdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daafdf;
Background color
Panel with #daafdf background
background-color: #daafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daafdf; background: linear-gradient(135deg, #daafdf, #DFAFC4);