#dec2ee
a light, vivid violet · warm · closest name: plum
RGB
222, 194, 238
HSL
278°, 56%, 85%
CMYK
7, 19, 0, 7
Luminance
0.6029
Every format
| HEX | #dec2ee |
| RGB | rgb(222, 194, 238) |
| HSL | hsl(278, 56%, 85%) |
| CMYK | cmyk(7%, 19%, 0%, 7%) |
| LAB | lab(82.0 17.8 -18.1) |
| LCH | lch(82.0 25.4 314.5) |
| OKLCH | oklch(0.852 0.067 313.2) |
Copy-ready code
/* CSS */
color: #dec2ee;
background-color: #dec2ee;
/* Tailwind (arbitrary) */
class="text-[#dec2ee] bg-[#dec2ee]"
/* SCSS */
$brand: #dec2ee;
/* SwiftUI */
Color(red: 0.871, green: 0.761, blue: 0.933)
/* Android */
Color.parseColor("#dec2ee")Accessibility — WCAG contrast
Aa
#dec2ee on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec2ee on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.1%
Blue93.3%
CMYK percentages
Cyan6.7%
Magenta18.5%
Yellow0.0%
Key (black)6.7%
Color previews
#dec2ee text on a black background
contrast 13.06:1
Card sample
#dec2ee text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec2ee;
Background color
Panel with #dec2ee background
background-color: #dec2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 194, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 194, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec2ee; background: linear-gradient(135deg, #dec2ee, #EEC2E1);