#decff9
a pale, electric violet · warm · closest name: lavender
RGB
222, 207, 249
HSL
261°, 78%, 89%
CMYK
11, 17, 0, 2
Luminance
0.6699
Every format
| HEX | #decff9 |
| RGB | rgb(222, 207, 249) |
| HSL | hsl(261, 78%, 89%) |
| CMYK | cmyk(11%, 17%, 0%, 2%) |
| LAB | lab(85.5 13.0 -18.7) |
| LCH | lch(85.5 22.8 304.9) |
| OKLCH | oklch(0.880 0.059 301.5) |
Copy-ready code
/* CSS */
color: #decff9;
background-color: #decff9;
/* Tailwind (arbitrary) */
class="text-[#decff9] bg-[#decff9]"
/* SCSS */
$brand: #decff9;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.976)
/* Android */
Color.parseColor("#decff9")Accessibility — WCAG contrast
Aa
#decff9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decff9 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue97.6%
CMYK percentages
Cyan10.8%
Magenta16.9%
Yellow0.0%
Key (black)2.4%
Color previews
#decff9 text on a black background
contrast 14.40:1
Card sample
#decff9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decff9;
Background color
Panel with #decff9 background
background-color: #decff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decff9; background: linear-gradient(135deg, #decff9, #F9CFF8);