#dacefd
a pale, electric violet · warm · closest name: lavender
RGB
218, 206, 253
HSL
255°, 92%, 90%
CMYK
14, 19, 0, 1
Luminance
0.6614
Every format
| HEX | #dacefd |
| RGB | rgb(218, 206, 253) |
| HSL | hsl(255, 92%, 90%) |
| CMYK | cmyk(14%, 19%, 0%, 1%) |
| LAB | lab(85.1 13.1 -21.5) |
| LCH | lch(85.1 25.2 301.4) |
| OKLCH | oklch(0.876 0.065 296.7) |
Copy-ready code
/* CSS */
color: #dacefd;
background-color: #dacefd;
/* Tailwind (arbitrary) */
class="text-[#dacefd] bg-[#dacefd]"
/* SCSS */
$brand: #dacefd;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#dacefd")Accessibility — WCAG contrast
Aa
#dacefd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacefd on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue99.2%
CMYK percentages
Cyan13.8%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#dacefd text on a black background
contrast 14.23:1
Card sample
#dacefd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacefd;
Background color
Panel with #dacefd background
background-color: #dacefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacefd; background: linear-gradient(135deg, #dacefd, #F9CEFD);