#dacaf4
a pale, vivid violet · warm · closest name: lavender
RGB
218, 202, 244
HSL
263°, 66%, 88%
CMYK
11, 17, 0, 4
Luminance
0.6368
Every format
| HEX | #dacaf4 |
| RGB | rgb(218, 202, 244) |
| HSL | hsl(263, 66%, 88%) |
| CMYK | cmyk(11%, 17%, 0%, 4%) |
| LAB | lab(83.8 13.4 -18.6) |
| LCH | lch(83.8 22.9 305.7) |
| OKLCH | oklch(0.865 0.060 302.5) |
Copy-ready code
/* CSS */
color: #dacaf4;
background-color: #dacaf4;
/* Tailwind (arbitrary) */
class="text-[#dacaf4] bg-[#dacaf4]"
/* SCSS */
$brand: #dacaf4;
/* SwiftUI */
Color(red: 0.855, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#dacaf4")Accessibility — WCAG contrast
Aa
#dacaf4 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacaf4 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.2%
Blue95.7%
CMYK percentages
Cyan10.7%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#dacaf4 text on a black background
contrast 13.74:1
Card sample
#dacaf4 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacaf4;
Background color
Panel with #dacaf4 background
background-color: #dacaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacaf4; background: linear-gradient(135deg, #dacaf4, #F4CAF2);