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