#dccef1
a pale, vivid violet · warm · closest name: lavender
RGB
220, 206, 241
HSL
264°, 56%, 88%
CMYK
9, 15, 0, 6
Luminance
0.6571
Every format
| HEX | #dccef1 |
| RGB | rgb(220, 206, 241) |
| HSL | hsl(264, 56%, 88%) |
| CMYK | cmyk(9%, 15%, 0%, 6%) |
| LAB | lab(84.8 11.3 -15.4) |
| LCH | lch(84.8 19.1 306.3) |
| OKLCH | oklch(0.874 0.050 303.5) |
Copy-ready code
/* CSS */
color: #dccef1;
background-color: #dccef1;
/* Tailwind (arbitrary) */
class="text-[#dccef1] bg-[#dccef1]"
/* SCSS */
$brand: #dccef1;
/* SwiftUI */
Color(red: 0.863, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#dccef1")Accessibility — WCAG contrast
Aa
#dccef1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccef1 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.8%
Blue94.5%
CMYK percentages
Cyan8.7%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#dccef1 text on a black background
contrast 14.14:1
Card sample
#dccef1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccef1;
Background color
Panel with #dccef1 background
background-color: #dccef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccef1; background: linear-gradient(135deg, #dccef1, #F1CEEF);