#daacec
a light, vivid violet · warm · closest name: plum
RGB
218, 172, 236
HSL
283°, 63%, 80%
CMYK
8, 27, 0, 8
Luminance
0.5047
Every format
| HEX | #daacec |
| RGB | rgb(218, 172, 236) |
| HSL | hsl(283, 63%, 80%) |
| CMYK | cmyk(8%, 27%, 0%, 8%) |
| LAB | lab(76.4 28.0 -25.6) |
| LCH | lch(76.4 37.9 317.5) |
| OKLCH | oklch(0.807 0.101 316.3) |
Copy-ready code
/* CSS */
color: #daacec;
background-color: #daacec;
/* Tailwind (arbitrary) */
class="text-[#daacec] bg-[#daacec]"
/* SCSS */
$brand: #daacec;
/* SwiftUI */
Color(red: 0.855, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#daacec")Accessibility — WCAG contrast
Aa
#daacec on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daacec on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.5%
Blue92.5%
CMYK percentages
Cyan7.6%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#daacec text on a black background
contrast 11.09:1
Card sample
#daacec text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daacec;
Background color
Panel with #daacec background
background-color: #daacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daacec; background: linear-gradient(135deg, #daacec, #ECACD3);