#deccee
a pale, vivid violet · warm · closest name: lavender
RGB
222, 204, 238
HSL
272°, 50%, 87%
CMYK
7, 14, 0, 7
Luminance
0.6489
Every format
| HEX | #deccee |
| RGB | rgb(222, 204, 238) |
| HSL | hsl(272, 50%, 87%) |
| CMYK | cmyk(7%, 14%, 0%, 7%) |
| LAB | lab(84.4 12.4 -14.4) |
| LCH | lch(84.4 19.1 310.7) |
| OKLCH | oklch(0.871 0.050 309.1) |
Copy-ready code
/* CSS */
color: #deccee;
background-color: #deccee;
/* Tailwind (arbitrary) */
class="text-[#deccee] bg-[#deccee]"
/* SCSS */
$brand: #deccee;
/* SwiftUI */
Color(red: 0.871, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#deccee")Accessibility — WCAG contrast
Aa
#deccee on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deccee on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.0%
Blue93.3%
CMYK percentages
Cyan6.7%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#deccee text on a black background
contrast 13.98:1
Card sample
#deccee text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deccee;
Background color
Panel with #deccee background
background-color: #deccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deccee; background: linear-gradient(135deg, #deccee, #EECCE7);