#dacfee
a pale, vivid violet · warm · closest name: lavender
RGB
218, 207, 238
HSL
261°, 48%, 87%
CMYK
8, 13, 0, 7
Luminance
0.6570
Every format
| HEX | #dacfee |
| RGB | rgb(218, 207, 238) |
| HSL | hsl(261, 48%, 87%) |
| CMYK | cmyk(8%, 13%, 0%, 7%) |
| LAB | lab(84.8 9.6 -13.9) |
| LCH | lch(84.8 16.8 304.6) |
| OKLCH | oklch(0.873 0.044 301.6) |
Copy-ready code
/* CSS */
color: #dacfee;
background-color: #dacfee;
/* Tailwind (arbitrary) */
class="text-[#dacfee] bg-[#dacfee]"
/* SCSS */
$brand: #dacfee;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#dacfee")Accessibility — WCAG contrast
Aa
#dacfee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacfee on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue93.3%
CMYK percentages
Cyan8.4%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#dacfee text on a black background
contrast 14.14:1
Card sample
#dacfee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacfee;
Background color
Panel with #dacfee background
background-color: #dacfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacfee; background: linear-gradient(135deg, #dacfee, #EECFED);