#dac2eb
a light, vivid violet · warm · closest name: lavender
RGB
218, 194, 235
HSL
275°, 51%, 84%
CMYK
7, 17, 0, 8
Luminance
0.5949
Every format
| HEX | #dac2eb |
| RGB | rgb(218, 194, 235) |
| HSL | hsl(275, 51%, 84%) |
| CMYK | cmyk(7%, 17%, 0%, 8%) |
| LAB | lab(81.6 15.9 -17.2) |
| LCH | lch(81.6 23.4 312.7) |
| OKLCH | oklch(0.847 0.062 311.2) |
Copy-ready code
/* CSS */
color: #dac2eb;
background-color: #dac2eb;
/* Tailwind (arbitrary) */
class="text-[#dac2eb] bg-[#dac2eb]"
/* SCSS */
$brand: #dac2eb;
/* SwiftUI */
Color(red: 0.855, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#dac2eb")Accessibility — WCAG contrast
Aa
#dac2eb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac2eb on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green76.1%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#dac2eb text on a black background
contrast 12.90:1
Card sample
#dac2eb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac2eb;
Background color
Panel with #dac2eb background
background-color: #dac2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac2eb; background: linear-gradient(135deg, #dac2eb, #EBC2E1);