#dac4eb
a light, vivid violet · warm · closest name: lavender
RGB
218, 196, 235
HSL
274°, 49%, 85%
CMYK
7, 17, 0, 8
Luminance
0.6038
Every format
| HEX | #dac4eb |
| RGB | rgb(218, 196, 235) |
| HSL | hsl(274, 49%, 85%) |
| CMYK | cmyk(7%, 17%, 0%, 8%) |
| LAB | lab(82.0 14.8 -16.5) |
| LCH | lch(82.0 22.1 312.0) |
| OKLCH | oklch(0.851 0.058 310.4) |
Copy-ready code
/* CSS */
color: #dac4eb;
background-color: #dac4eb;
/* Tailwind (arbitrary) */
class="text-[#dac4eb] bg-[#dac4eb]"
/* SCSS */
$brand: #dac4eb;
/* SwiftUI */
Color(red: 0.855, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#dac4eb")Accessibility — WCAG contrast
Aa
#dac4eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac4eb on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green76.9%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#dac4eb text on a black background
contrast 13.08:1
Card sample
#dac4eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac4eb;
Background color
Panel with #dac4eb background
background-color: #dac4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac4eb; background: linear-gradient(135deg, #dac4eb, #EBC4E2);