#decee9
a pale, soft violet · warm · closest name: lavender
RGB
222, 206, 233
HSL
276°, 38%, 86%
CMYK
5, 12, 0, 9
Luminance
0.6556
Every format
| HEX | #decee9 |
| RGB | rgb(222, 206, 233) |
| HSL | hsl(276, 38%, 86%) |
| CMYK | cmyk(5%, 12%, 0%, 9%) |
| LAB | lab(84.8 10.4 -11.3) |
| LCH | lch(84.8 15.4 312.7) |
| OKLCH | oklch(0.873 0.041 311.7) |
Copy-ready code
/* CSS */
color: #decee9;
background-color: #decee9;
/* Tailwind (arbitrary) */
class="text-[#decee9] bg-[#decee9]"
/* SCSS */
$brand: #decee9;
/* SwiftUI */
Color(red: 0.871, green: 0.808, blue: 0.914)
/* Android */
Color.parseColor("#decee9")Accessibility — WCAG contrast
Aa
#decee9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decee9 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.8%
Blue91.4%
CMYK percentages
Cyan4.7%
Magenta11.6%
Yellow0.0%
Key (black)8.6%
Color previews
#decee9 text on a black background
contrast 14.11:1
Card sample
#decee9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decee9;
Background color
Panel with #decee9 background
background-color: #decee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 206, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 206, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decee9; background: linear-gradient(135deg, #decee9, #E9CEE2);