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