#dacef9
a pale, electric violet · warm · closest name: lavender
RGB
218, 206, 249
HSL
257°, 78%, 89%
CMYK
12, 17, 0, 2
Luminance
0.6589
Every format
| HEX | #dacef9 |
| RGB | rgb(218, 206, 249) |
| HSL | hsl(257, 78%, 89%) |
| CMYK | cmyk(12%, 17%, 0%, 2%) |
| LAB | lab(84.9 12.3 -19.6) |
| LCH | lch(84.9 23.1 302.2) |
| OKLCH | oklch(0.875 0.060 297.9) |
Copy-ready code
/* CSS */
color: #dacef9;
background-color: #dacef9;
/* Tailwind (arbitrary) */
class="text-[#dacef9] bg-[#dacef9]"
/* SCSS */
$brand: #dacef9;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#dacef9")Accessibility — WCAG contrast
Aa
#dacef9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacef9 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue97.6%
CMYK percentages
Cyan12.4%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#dacef9 text on a black background
contrast 14.18:1
Card sample
#dacef9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacef9;
Background color
Panel with #dacef9 background
background-color: #dacef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacef9; background: linear-gradient(135deg, #dacef9, #F7CEF9);