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