#dac0eb
a light, vivid violet · warm · closest name: plum
RGB
218, 192, 235
HSL
276°, 52%, 84%
CMYK
7, 18, 0, 8
Luminance
0.5860
Every format
| HEX | #dac0eb |
| RGB | rgb(218, 192, 235) |
| HSL | hsl(276, 52%, 84%) |
| CMYK | cmyk(7%, 18%, 0%, 8%) |
| LAB | lab(81.1 17.0 -17.9) |
| LCH | lch(81.1 24.7 313.4) |
| OKLCH | oklch(0.843 0.065 312.0) |
Copy-ready code
/* CSS */
color: #dac0eb;
background-color: #dac0eb;
/* Tailwind (arbitrary) */
class="text-[#dac0eb] bg-[#dac0eb]"
/* SCSS */
$brand: #dac0eb;
/* SwiftUI */
Color(red: 0.855, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#dac0eb")Accessibility — WCAG contrast
Aa
#dac0eb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac0eb on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green75.3%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#dac0eb text on a black background
contrast 12.72:1
Card sample
#dac0eb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac0eb;
Background color
Panel with #dac0eb background
background-color: #dac0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac0eb; background: linear-gradient(135deg, #dac0eb, #EBC0DF);