#dacef3
a pale, vivid violet · warm · closest name: lavender
RGB
218, 206, 243
HSL
260°, 61%, 88%
CMYK
10, 15, 0, 5
Luminance
0.6552
Every format
| HEX | #dacef3 |
| RGB | rgb(218, 206, 243) |
| HSL | hsl(260, 61%, 88%) |
| CMYK | cmyk(10%, 15%, 0%, 5%) |
| LAB | lab(84.8 11.1 -16.6) |
| LCH | lch(84.8 20.0 303.6) |
| OKLCH | oklch(0.873 0.052 300.1) |
Copy-ready code
/* CSS */
color: #dacef3;
background-color: #dacef3;
/* Tailwind (arbitrary) */
class="text-[#dacef3] bg-[#dacef3]"
/* SCSS */
$brand: #dacef3;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#dacef3")Accessibility — WCAG contrast
Aa
#dacef3 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacef3 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue95.3%
CMYK percentages
Cyan10.3%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#dacef3 text on a black background
contrast 14.10:1
Card sample
#dacef3 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacef3;
Background color
Panel with #dacef3 background
background-color: #dacef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacef3; background: linear-gradient(135deg, #dacef3, #F3CEF3);