#dacff7
a pale, vivid violet · warm · closest name: lavender
RGB
218, 207, 247
HSL
257°, 71%, 89%
CMYK
12, 16, 0, 3
Luminance
0.6625
Every format
| HEX | #dacff7 |
| RGB | rgb(218, 207, 247) |
| HSL | hsl(257, 71%, 89%) |
| CMYK | cmyk(12%, 16%, 0%, 3%) |
| LAB | lab(85.1 11.3 -18.2) |
| LCH | lch(85.1 21.5 301.9) |
| OKLCH | oklch(0.876 0.056 297.8) |
Copy-ready code
/* CSS */
color: #dacff7;
background-color: #dacff7;
/* Tailwind (arbitrary) */
class="text-[#dacff7] bg-[#dacff7]"
/* SCSS */
$brand: #dacff7;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#dacff7")Accessibility — WCAG contrast
Aa
#dacff7 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacff7 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue96.9%
CMYK percentages
Cyan11.7%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#dacff7 text on a black background
contrast 14.25:1
Card sample
#dacff7 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacff7;
Background color
Panel with #dacff7 background
background-color: #dacff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacff7; background: linear-gradient(135deg, #dacff7, #F5CFF7);