#dacef7
a pale, vivid violet · warm · closest name: lavender
RGB
218, 206, 247
HSL
258°, 72%, 89%
CMYK
12, 17, 0, 3
Luminance
0.6576
Every format
| HEX | #dacef7 |
| RGB | rgb(218, 206, 247) |
| HSL | hsl(258, 72%, 89%) |
| CMYK | cmyk(12%, 17%, 0%, 3%) |
| LAB | lab(84.9 11.9 -18.6) |
| LCH | lch(84.9 22.1 302.6) |
| OKLCH | oklch(0.874 0.057 298.6) |
Copy-ready code
/* CSS */
color: #dacef7;
background-color: #dacef7;
/* Tailwind (arbitrary) */
class="text-[#dacef7] bg-[#dacef7]"
/* SCSS */
$brand: #dacef7;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.969)
/* Android */
Color.parseColor("#dacef7")Accessibility — WCAG contrast
Aa
#dacef7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacef7 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue96.9%
CMYK percentages
Cyan11.7%
Magenta16.6%
Yellow0.0%
Key (black)3.1%
Color previews
#dacef7 text on a black background
contrast 14.15:1
Card sample
#dacef7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacef7;
Background color
Panel with #dacef7 background
background-color: #dacef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacef7; background: linear-gradient(135deg, #dacef7, #F5CEF7);