#dacdfe
a pale, electric violet · warm · closest name: lavender
RGB
218, 205, 254
HSL
256°, 96%, 90%
CMYK
14, 19, 0, 0
Luminance
0.6572
Every format
| HEX | #dacdfe |
| RGB | rgb(218, 205, 254) |
| HSL | hsl(256, 96%, 90%) |
| CMYK | cmyk(14%, 19%, 0%, 0%) |
| LAB | lab(84.9 13.8 -22.3) |
| LCH | lch(84.9 26.3 301.8) |
| OKLCH | oklch(0.875 0.068 297.1) |
Copy-ready code
/* CSS */
color: #dacdfe;
background-color: #dacdfe;
/* Tailwind (arbitrary) */
class="text-[#dacdfe] bg-[#dacdfe]"
/* SCSS */
$brand: #dacdfe;
/* SwiftUI */
Color(red: 0.855, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#dacdfe")Accessibility — WCAG contrast
Aa
#dacdfe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacdfe on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.4%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dacdfe text on a black background
contrast 14.14:1
Card sample
#dacdfe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacdfe;
Background color
Panel with #dacdfe background
background-color: #dacdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacdfe; background: linear-gradient(135deg, #dacdfe, #FBCDFE);