#dacff2
a pale, vivid violet · warm · closest name: lavender
RGB
218, 207, 242
HSL
259°, 57%, 88%
CMYK
10, 15, 0, 5
Luminance
0.6594
Every format
| HEX | #dacff2 |
| RGB | rgb(218, 207, 242) |
| HSL | hsl(259, 57%, 88%) |
| CMYK | cmyk(10%, 15%, 0%, 5%) |
| LAB | lab(85.0 10.3 -15.8) |
| LCH | lch(85.0 18.9 303.2) |
| OKLCH | oklch(0.874 0.049 299.7) |
Copy-ready code
/* CSS */
color: #dacff2;
background-color: #dacff2;
/* Tailwind (arbitrary) */
class="text-[#dacff2] bg-[#dacff2]"
/* SCSS */
$brand: #dacff2;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.949)
/* Android */
Color.parseColor("#dacff2")Accessibility — WCAG contrast
Aa
#dacff2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacff2 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue94.9%
CMYK percentages
Cyan9.9%
Magenta14.5%
Yellow0.0%
Key (black)5.1%
Color previews
#dacff2 text on a black background
contrast 14.19:1
Card sample
#dacff2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacff2;
Background color
Panel with #dacff2 background
background-color: #dacff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacff2; background: linear-gradient(135deg, #dacff2, #F1CFF2);