#dacdfb
a pale, electric violet · warm · closest name: lavender
RGB
218, 205, 251
HSL
257°, 85%, 89%
CMYK
13, 18, 0, 2
Luminance
0.6553
Every format
| HEX | #dacdfb |
| RGB | rgb(218, 205, 251) |
| HSL | hsl(257, 85%, 89%) |
| CMYK | cmyk(13%, 18%, 0%, 2%) |
| LAB | lab(84.8 13.2 -20.9) |
| LCH | lch(84.8 24.7 302.4) |
| OKLCH | oklch(0.874 0.064 298.0) |
Copy-ready code
/* CSS */
color: #dacdfb;
background-color: #dacdfb;
/* Tailwind (arbitrary) */
class="text-[#dacdfb] bg-[#dacdfb]"
/* SCSS */
$brand: #dacdfb;
/* SwiftUI */
Color(red: 0.855, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#dacdfb")Accessibility — WCAG contrast
Aa
#dacdfb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacdfb on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#dacdfb text on a black background
contrast 14.11:1
Card sample
#dacdfb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacdfb;
Background color
Panel with #dacdfb background
background-color: #dacdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacdfb; background: linear-gradient(135deg, #dacdfb, #F9CDFB);