#dec7eb
a pale, vivid violet · warm · closest name: lavender
RGB
222, 199, 235
HSL
278°, 47%, 85%
CMYK
6, 15, 0, 8
Luminance
0.6237
Every format
| HEX | #dec7eb |
| RGB | rgb(222, 199, 235) |
| HSL | hsl(278, 47%, 85%) |
| CMYK | cmyk(6%, 15%, 0%, 8%) |
| LAB | lab(83.1 14.5 -14.8) |
| LCH | lch(83.1 20.8 314.4) |
| OKLCH | oklch(0.860 0.055 313.4) |
Copy-ready code
/* CSS */
color: #dec7eb;
background-color: #dec7eb;
/* Tailwind (arbitrary) */
class="text-[#dec7eb] bg-[#dec7eb]"
/* SCSS */
$brand: #dec7eb;
/* SwiftUI */
Color(red: 0.871, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#dec7eb")Accessibility — WCAG contrast
Aa
#dec7eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec7eb on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.0%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#dec7eb text on a black background
contrast 13.47:1
Card sample
#dec7eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec7eb;
Background color
Panel with #dec7eb background
background-color: #dec7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec7eb; background: linear-gradient(135deg, #dec7eb, #EBC7E0);