#dac1eb
a light, vivid violet · warm · closest name: lavender
RGB
218, 193, 235
HSL
276°, 51%, 84%
CMYK
7, 18, 0, 8
Luminance
0.5904
Every format
| HEX | #dac1eb |
| RGB | rgb(218, 193, 235) |
| HSL | hsl(276, 51%, 84%) |
| CMYK | cmyk(7%, 18%, 0%, 8%) |
| LAB | lab(81.3 16.4 -17.6) |
| LCH | lch(81.3 24.1 313.1) |
| OKLCH | oklch(0.845 0.063 311.6) |
Copy-ready code
/* CSS */
color: #dac1eb;
background-color: #dac1eb;
/* Tailwind (arbitrary) */
class="text-[#dac1eb] bg-[#dac1eb]"
/* SCSS */
$brand: #dac1eb;
/* SwiftUI */
Color(red: 0.855, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#dac1eb")Accessibility — WCAG contrast
Aa
#dac1eb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac1eb on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green75.7%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#dac1eb text on a black background
contrast 12.81:1
Card sample
#dac1eb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac1eb;
Background color
Panel with #dac1eb background
background-color: #dac1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac1eb; background: linear-gradient(135deg, #dac1eb, #EBC1E0);