#decff7
a pale, vivid violet · warm · closest name: lavender
RGB
222, 207, 247
HSL
263°, 71%, 89%
CMYK
10, 16, 0, 3
Luminance
0.6687
Every format
| HEX | #decff7 |
| RGB | rgb(222, 207, 247) |
| HSL | hsl(263, 71%, 89%) |
| CMYK | cmyk(10%, 16%, 0%, 3%) |
| LAB | lab(85.4 12.6 -17.7) |
| LCH | lch(85.4 21.8 305.5) |
| OKLCH | oklch(0.879 0.057 302.3) |
Copy-ready code
/* CSS */
color: #decff7;
background-color: #decff7;
/* Tailwind (arbitrary) */
class="text-[#decff7] bg-[#decff7]"
/* SCSS */
$brand: #decff7;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#decff7")Accessibility — WCAG contrast
Aa
#decff7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decff7 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue96.9%
CMYK percentages
Cyan10.1%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#decff7 text on a black background
contrast 14.37:1
Card sample
#decff7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decff7;
Background color
Panel with #decff7 background
background-color: #decff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decff7; background: linear-gradient(135deg, #decff7, #F7CFF5);