#deccec
a pale, vivid violet · warm · closest name: lavender
RGB
222, 204, 236
HSL
274°, 46%, 86%
CMYK
6, 14, 0, 8
Luminance
0.6477
Every format
| HEX | #deccec |
| RGB | rgb(222, 204, 236) |
| HSL | hsl(274, 46%, 86%) |
| CMYK | cmyk(6%, 14%, 0%, 8%) |
| LAB | lab(84.4 12.1 -13.5) |
| LCH | lch(84.4 18.1 311.8) |
| OKLCH | oklch(0.870 0.048 310.4) |
Copy-ready code
/* CSS */
color: #deccec;
background-color: #deccec;
/* Tailwind (arbitrary) */
class="text-[#deccec] bg-[#deccec]"
/* SCSS */
$brand: #deccec;
/* SwiftUI */
Color(red: 0.871, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#deccec")Accessibility — WCAG contrast
Aa
#deccec on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deccec on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.0%
Blue92.5%
CMYK percentages
Cyan5.9%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#deccec text on a black background
contrast 13.95:1
Card sample
#deccec text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deccec;
Background color
Panel with #deccec background
background-color: #deccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deccec; background: linear-gradient(135deg, #deccec, #ECCCE5);