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