#decff4
a pale, vivid violet · warm · closest name: lavender
RGB
222, 207, 244
HSL
264°, 63%, 88%
CMYK
9, 15, 0, 4
Luminance
0.6669
Every format
| HEX | #decff4 |
| RGB | rgb(222, 207, 244) |
| HSL | hsl(264, 63%, 88%) |
| CMYK | cmyk(9%, 15%, 0%, 4%) |
| LAB | lab(85.3 12.0 -16.3) |
| LCH | lch(85.3 20.2 306.5) |
| OKLCH | oklch(0.878 0.053 303.7) |
Copy-ready code
/* CSS */
color: #decff4;
background-color: #decff4;
/* Tailwind (arbitrary) */
class="text-[#decff4] bg-[#decff4]"
/* SCSS */
$brand: #decff4;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.957)
/* Android */
Color.parseColor("#decff4")Accessibility — WCAG contrast
Aa
#decff4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decff4 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue95.7%
CMYK percentages
Cyan9.0%
Magenta15.2%
Yellow0.0%
Key (black)4.3%
Color previews
#decff4 text on a black background
contrast 14.34:1
Card sample
#decff4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decff4;
Background color
Panel with #decff4 background
background-color: #decff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decff4; background: linear-gradient(135deg, #decff4, #F4CFF1);