#daacdf
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 172, 223
HSL
294°, 44%, 78%
CMYK
2, 23, 0, 13
Luminance
0.4974
Every format
| HEX | #daacdf |
| RGB | rgb(218, 172, 223) |
| HSL | hsl(294, 44%, 78%) |
| CMYK | cmyk(2%, 23%, 0%, 13%) |
| LAB | lab(75.9 25.4 -19.3) |
| LCH | lch(75.9 31.9 322.9) |
| OKLCH | oklch(0.802 0.086 323.1) |
Copy-ready code
/* CSS */
color: #daacdf;
background-color: #daacdf;
/* Tailwind (arbitrary) */
class="text-[#daacdf] bg-[#daacdf]"
/* SCSS */
$brand: #daacdf;
/* SwiftUI */
Color(red: 0.855, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#daacdf")Accessibility — WCAG contrast
Aa
#daacdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daacdf on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#daacdf text on a black background
contrast 10.95:1
Card sample
#daacdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daacdf;
Background color
Panel with #daacdf background
background-color: #daacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daacdf; background: linear-gradient(135deg, #daacdf, #DFACC2);