#deceee
a pale, vivid violet · warm · closest name: lavender
RGB
222, 206, 238
HSL
270°, 49%, 87%
CMYK
7, 13, 0, 7
Luminance
0.6585
Every format
| HEX | #deceee |
| RGB | rgb(222, 206, 238) |
| HSL | hsl(270, 49%, 87%) |
| CMYK | cmyk(7%, 13%, 0%, 7%) |
| LAB | lab(84.9 11.4 -13.7) |
| LCH | lch(84.9 17.8 309.7) |
| OKLCH | oklch(0.874 0.047 307.9) |
Copy-ready code
/* CSS */
color: #deceee;
background-color: #deceee;
/* Tailwind (arbitrary) */
class="text-[#deceee] bg-[#deceee]"
/* SCSS */
$brand: #deceee;
/* SwiftUI */
Color(red: 0.871, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#deceee")Accessibility — WCAG contrast
Aa
#deceee on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deceee on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.8%
Blue93.3%
CMYK percentages
Cyan6.7%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#deceee text on a black background
contrast 14.17:1
Card sample
#deceee text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deceee;
Background color
Panel with #deceee background
background-color: #deceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deceee; background: linear-gradient(135deg, #deceee, #EECEE9);