#decfee
a pale, vivid violet · warm · closest name: lavender
RGB
222, 207, 238
HSL
269°, 48%, 87%
CMYK
7, 13, 0, 7
Luminance
0.6633
Every format
| HEX | #decfee |
| RGB | rgb(222, 207, 238) |
| HSL | hsl(269, 48%, 87%) |
| CMYK | cmyk(7%, 13%, 0%, 7%) |
| LAB | lab(85.2 10.8 -13.3) |
| LCH | lch(85.2 17.2 309.1) |
| OKLCH | oklch(0.876 0.045 307.2) |
Copy-ready code
/* CSS */
color: #decfee;
background-color: #decfee;
/* Tailwind (arbitrary) */
class="text-[#decfee] bg-[#decfee]"
/* SCSS */
$brand: #decfee;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#decfee")Accessibility — WCAG contrast
Aa
#decfee on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfee on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue93.3%
CMYK percentages
Cyan6.7%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#decfee text on a black background
contrast 14.27:1
Card sample
#decfee text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfee;
Background color
Panel with #decfee background
background-color: #decfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfee; background: linear-gradient(135deg, #decfee, #EECFE9);