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