#decbec
a pale, vivid violet · warm · closest name: lavender
RGB
222, 203, 236
HSL
275°, 47%, 86%
CMYK
6, 14, 0, 8
Luminance
0.6430
Every format
| HEX | #decbec |
| RGB | rgb(222, 203, 236) |
| HSL | hsl(275, 47%, 86%) |
| CMYK | cmyk(6%, 14%, 0%, 8%) |
| LAB | lab(84.1 12.6 -13.8) |
| LCH | lch(84.1 18.7 312.3) |
| OKLCH | oklch(0.868 0.049 311.0) |
Copy-ready code
/* CSS */
color: #decbec;
background-color: #decbec;
/* Tailwind (arbitrary) */
class="text-[#decbec] bg-[#decbec]"
/* SCSS */
$brand: #decbec;
/* SwiftUI */
Color(red: 0.871, green: 0.796, blue: 0.925)
/* Android */
Color.parseColor("#decbec")Accessibility — WCAG contrast
Aa
#decbec on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decbec on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.6%
Blue92.5%
CMYK percentages
Cyan5.9%
Magenta14.0%
Yellow0.0%
Key (black)7.5%
Color previews
#decbec text on a black background
contrast 13.86:1
Card sample
#decbec text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decbec;
Background color
Panel with #decbec background
background-color: #decbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 203, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 203, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decbec; background: linear-gradient(135deg, #decbec, #ECCBE4);