#decff3
a pale, vivid violet · warm · closest name: lavender
RGB
222, 207, 243
HSL
265°, 60%, 88%
CMYK
9, 15, 0, 5
Luminance
0.6663
Every format
| HEX | #decff3 |
| RGB | rgb(222, 207, 243) |
| HSL | hsl(265, 60%, 88%) |
| CMYK | cmyk(9%, 15%, 0%, 5%) |
| LAB | lab(85.3 11.8 -15.8) |
| LCH | lch(85.3 19.7 306.9) |
| OKLCH | oklch(0.878 0.051 304.2) |
Copy-ready code
/* CSS */
color: #decff3;
background-color: #decff3;
/* Tailwind (arbitrary) */
class="text-[#decff3] bg-[#decff3]"
/* SCSS */
$brand: #decff3;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.953)
/* Android */
Color.parseColor("#decff3")Accessibility — WCAG contrast
Aa
#decff3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decff3 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue95.3%
CMYK percentages
Cyan8.6%
Magenta14.8%
Yellow0.0%
Key (black)4.7%
Color previews
#decff3 text on a black background
contrast 14.33:1
Card sample
#decff3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decff3;
Background color
Panel with #decff3 background
background-color: #decff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decff3; background: linear-gradient(135deg, #decff3, #F3CFF0);