#daaccf
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 172, 207
HSL
314°, 38%, 77%
CMYK
0, 21, 5, 15
Luminance
0.4892
Every format
| HEX | #daaccf |
| RGB | rgb(218, 172, 207) |
| HSL | hsl(314, 38%, 77%) |
| CMYK | cmyk(0%, 21%, 5%, 15%) |
| LAB | lab(75.4 22.5 -11.3) |
| LCH | lch(75.4 25.2 333.3) |
| OKLCH | oklch(0.797 0.071 334.8) |
Copy-ready code
/* CSS */
color: #daaccf;
background-color: #daaccf;
/* Tailwind (arbitrary) */
class="text-[#daaccf] bg-[#daaccf]"
/* SCSS */
$brand: #daaccf;
/* SwiftUI */
Color(red: 0.855, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#daaccf")Accessibility — WCAG contrast
Aa
#daaccf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daaccf on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow5.0%
Key (black)14.5%
Color previews
#daaccf text on a black background
contrast 10.78:1
Card sample
#daaccf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daaccf;
Background color
Panel with #daaccf background
background-color: #daaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daaccf; background: linear-gradient(135deg, #daaccf, #DAACB0);