#dacff3
a pale, vivid violet · warm · closest name: lavender
RGB
218, 207, 243
HSL
258°, 60%, 88%
CMYK
10, 15, 0, 5
Luminance
0.6600
Every format
| HEX | #dacff3 |
| RGB | rgb(218, 207, 243) |
| HSL | hsl(258, 60%, 88%) |
| CMYK | cmyk(10%, 15%, 0%, 5%) |
| LAB | lab(85.0 10.5 -16.3) |
| LCH | lch(85.0 19.4 302.9) |
| OKLCH | oklch(0.875 0.050 299.3) |
Copy-ready code
/* CSS */
color: #dacff3;
background-color: #dacff3;
/* Tailwind (arbitrary) */
class="text-[#dacff3] bg-[#dacff3]"
/* SCSS */
$brand: #dacff3;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.953)
/* Android */
Color.parseColor("#dacff3")Accessibility — WCAG contrast
Aa
#dacff3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacff3 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue95.3%
CMYK percentages
Cyan10.3%
Magenta14.8%
Yellow0.0%
Key (black)4.7%
Color previews
#dacff3 text on a black background
contrast 14.20:1
Card sample
#dacff3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacff3;
Background color
Panel with #dacff3 background
background-color: #dacff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacff3; background: linear-gradient(135deg, #dacff3, #F2CFF3);