#daacff
a light, electric violet · warm · closest name: plum
RGB
218, 172, 255
HSL
273°, 100%, 84%
CMYK
15, 33, 0, 0
Luminance
0.5163
Every format
| HEX | #daacff |
| RGB | rgb(218, 172, 255) |
| HSL | hsl(273, 100%, 84%) |
| CMYK | cmyk(15%, 33%, 0%, 0%) |
| LAB | lab(77.1 31.8 -34.8) |
| LCH | lch(77.1 47.2 312.5) |
| OKLCH | oklch(0.815 0.123 309.2) |
Copy-ready code
/* CSS */
color: #daacff;
background-color: #daacff;
/* Tailwind (arbitrary) */
class="text-[#daacff] bg-[#daacff]"
/* SCSS */
$brand: #daacff;
/* SwiftUI */
Color(red: 0.855, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#daacff")Accessibility — WCAG contrast
Aa
#daacff on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daacff on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.5%
Blue100.0%
CMYK percentages
Cyan14.5%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#daacff text on a black background
contrast 11.33:1
Card sample
#daacff text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daacff;
Background color
Panel with #daacff background
background-color: #daacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daacff; background: linear-gradient(135deg, #daacff, #FFACED);