#dac6eb
a light, vivid violet · warm · closest name: lavender
RGB
218, 198, 235
HSL
272°, 48%, 85%
CMYK
7, 16, 0, 8
Luminance
0.6129
Every format
| HEX | #dac6eb |
| RGB | rgb(218, 198, 235) |
| HSL | hsl(272, 48%, 85%) |
| CMYK | cmyk(7%, 16%, 0%, 8%) |
| LAB | lab(82.5 13.8 -15.7) |
| LCH | lch(82.5 20.9 311.2) |
| OKLCH | oklch(0.855 0.055 309.5) |
Copy-ready code
/* CSS */
color: #dac6eb;
background-color: #dac6eb;
/* Tailwind (arbitrary) */
class="text-[#dac6eb] bg-[#dac6eb]"
/* SCSS */
$brand: #dac6eb;
/* SwiftUI */
Color(red: 0.855, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#dac6eb")Accessibility — WCAG contrast
Aa
#dac6eb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac6eb on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green77.6%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#dac6eb text on a black background
contrast 13.26:1
Card sample
#dac6eb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac6eb;
Background color
Panel with #dac6eb background
background-color: #dac6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac6eb; background: linear-gradient(135deg, #dac6eb, #EBC6E3);