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