#daaceb
a light, vivid violet · warm · closest name: plum
RGB
218, 172, 235
HSL
284°, 61%, 80%
CMYK
7, 27, 0, 8
Luminance
0.5041
Every format
| HEX | #daaceb |
| RGB | rgb(218, 172, 235) |
| HSL | hsl(284, 61%, 80%) |
| CMYK | cmyk(7%, 27%, 0%, 8%) |
| LAB | lab(76.3 27.8 -25.1) |
| LCH | lch(76.3 37.5 317.8) |
| OKLCH | oklch(0.807 0.100 316.8) |
Copy-ready code
/* CSS */
color: #daaceb;
background-color: #daaceb;
/* Tailwind (arbitrary) */
class="text-[#daaceb] bg-[#daaceb]"
/* SCSS */
$brand: #daaceb;
/* SwiftUI */
Color(red: 0.855, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#daaceb")Accessibility — WCAG contrast
Aa
#daaceb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daaceb on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.5%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#daaceb text on a black background
contrast 11.08:1
Card sample
#daaceb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daaceb;
Background color
Panel with #daaceb background
background-color: #daaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daaceb; background: linear-gradient(135deg, #daaceb, #EBACD2);