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