#dacbfe
a pale, electric violet · warm · closest name: lavender
RGB
218, 203, 254
HSL
258°, 96%, 90%
CMYK
14, 20, 0, 0
Luminance
0.6477
Every format
| HEX | #dacbfe |
| RGB | rgb(218, 203, 254) |
| HSL | hsl(258, 96%, 90%) |
| CMYK | cmyk(14%, 20%, 0%, 0%) |
| LAB | lab(84.4 14.9 -23.1) |
| LCH | lch(84.4 27.5 302.9) |
| OKLCH | oklch(0.871 0.071 298.4) |
Copy-ready code
/* CSS */
color: #dacbfe;
background-color: #dacbfe;
/* Tailwind (arbitrary) */
class="text-[#dacbfe] bg-[#dacbfe]"
/* SCSS */
$brand: #dacbfe;
/* SwiftUI */
Color(red: 0.855, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#dacbfe")Accessibility — WCAG contrast
Aa
#dacbfe on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacbfe on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.6%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#dacbfe text on a black background
contrast 13.95:1
Card sample
#dacbfe text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacbfe;
Background color
Panel with #dacbfe background
background-color: #dacbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacbfe; background: linear-gradient(135deg, #dacbfe, #FCCBFE);