#dacefb
a pale, electric violet · warm · closest name: lavender
RGB
218, 206, 251
HSL
256°, 85%, 90%
CMYK
13, 18, 0, 2
Luminance
0.6601
Every format
| HEX | #dacefb |
| RGB | rgb(218, 206, 251) |
| HSL | hsl(256, 85%, 90%) |
| CMYK | cmyk(13%, 18%, 0%, 2%) |
| LAB | lab(85.0 12.7 -20.5) |
| LCH | lch(85.0 24.1 301.8) |
| OKLCH | oklch(0.875 0.063 297.3) |
Copy-ready code
/* CSS */
color: #dacefb;
background-color: #dacefb;
/* Tailwind (arbitrary) */
class="text-[#dacefb] bg-[#dacefb]"
/* SCSS */
$brand: #dacefb;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.984)
/* Android */
Color.parseColor("#dacefb")Accessibility — WCAG contrast
Aa
#dacefb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacefb on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta17.9%
Yellow0.0%
Key (black)1.6%
Color previews
#dacefb text on a black background
contrast 14.20:1
Card sample
#dacefb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacefb;
Background color
Panel with #dacefb background
background-color: #dacefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacefb; background: linear-gradient(135deg, #dacefb, #F8CEFB);