#dacfdf
a light, soft violet · warm · closest name: lavender
RGB
218, 207, 223
HSL
281°, 20%, 84%
CMYK
2, 7, 0, 13
Luminance
0.6486
Every format
| HEX | #dacfdf |
| RGB | rgb(218, 207, 223) |
| HSL | hsl(281, 20%, 84%) |
| CMYK | cmyk(2%, 7%, 0%, 13%) |
| LAB | lab(84.4 6.7 -6.5) |
| LCH | lch(84.4 9.3 315.7) |
| OKLCH | oklch(0.868 0.025 315.5) |
Copy-ready code
/* CSS */
color: #dacfdf;
background-color: #dacfdf;
/* Tailwind (arbitrary) */
class="text-[#dacfdf] bg-[#dacfdf]"
/* SCSS */
$brand: #dacfdf;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#dacfdf")Accessibility — WCAG contrast
Aa
#dacfdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacfdf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#dacfdf text on a black background
contrast 13.97:1
Card sample
#dacfdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacfdf;
Background color
Panel with #dacfdf background
background-color: #dacfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacfdf; background: linear-gradient(135deg, #dacfdf, #DFCFD9);