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