#dac9eb
a pale, vivid violet · warm · closest name: lavender
RGB
218, 201, 235
HSL
270°, 46%, 86%
CMYK
7, 15, 0, 8
Luminance
0.6268
Every format
| HEX | #dac9eb |
| RGB | rgb(218, 201, 235) |
| HSL | hsl(270, 46%, 86%) |
| CMYK | cmyk(7%, 15%, 0%, 8%) |
| LAB | lab(83.3 12.2 -14.6) |
| LCH | lch(83.3 19.0 309.7) |
| OKLCH | oklch(0.860 0.050 307.8) |
Copy-ready code
/* CSS */
color: #dac9eb;
background-color: #dac9eb;
/* Tailwind (arbitrary) */
class="text-[#dac9eb] bg-[#dac9eb]"
/* SCSS */
$brand: #dac9eb;
/* SwiftUI */
Color(red: 0.855, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#dac9eb")Accessibility — WCAG contrast
Aa
#dac9eb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac9eb on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green78.8%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#dac9eb text on a black background
contrast 13.54:1
Card sample
#dac9eb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac9eb;
Background color
Panel with #dac9eb background
background-color: #dac9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac9eb; background: linear-gradient(135deg, #dac9eb, #EBC9E5);