#dacaf7
a pale, vivid violet · warm · closest name: lavender
RGB
218, 202, 247
HSL
261°, 74%, 88%
CMYK
12, 18, 0, 3
Luminance
0.6386
Every format
| HEX | #dacaf7 |
| RGB | rgb(218, 202, 247) |
| HSL | hsl(261, 74%, 88%) |
| CMYK | cmyk(12%, 18%, 0%, 3%) |
| LAB | lab(83.9 14.0 -20.1) |
| LCH | lch(83.9 24.5 304.9) |
| OKLCH | oklch(0.867 0.064 301.3) |
Copy-ready code
/* CSS */
color: #dacaf7;
background-color: #dacaf7;
/* Tailwind (arbitrary) */
class="text-[#dacaf7] bg-[#dacaf7]"
/* SCSS */
$brand: #dacaf7;
/* SwiftUI */
Color(red: 0.855, green: 0.792, blue: 0.969)
/* Android */
Color.parseColor("#dacaf7")Accessibility — WCAG contrast
Aa
#dacaf7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacaf7 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.2%
Blue96.9%
CMYK percentages
Cyan11.7%
Magenta18.2%
Yellow0.0%
Key (black)3.1%
Color previews
#dacaf7 text on a black background
contrast 13.77:1
Card sample
#dacaf7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacaf7;
Background color
Panel with #dacaf7 background
background-color: #dacaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 202, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 202, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacaf7; background: linear-gradient(135deg, #dacaf7, #F7CAF6);