#dec8f1
a pale, vivid violet · warm · closest name: lavender
RGB
222, 200, 241
HSL
272°, 59%, 87%
CMYK
8, 17, 0, 6
Luminance
0.6319
Every format
| HEX | #dec8f1 |
| RGB | rgb(222, 200, 241) |
| HSL | hsl(272, 59%, 87%) |
| CMYK | cmyk(8%, 17%, 0%, 6%) |
| LAB | lab(83.5 15.2 -17.4) |
| LCH | lch(83.5 23.1 311.1) |
| OKLCH | oklch(0.864 0.060 309.2) |
Copy-ready code
/* CSS */
color: #dec8f1;
background-color: #dec8f1;
/* Tailwind (arbitrary) */
class="text-[#dec8f1] bg-[#dec8f1]"
/* SCSS */
$brand: #dec8f1;
/* SwiftUI */
Color(red: 0.871, green: 0.784, blue: 0.945)
/* Android */
Color.parseColor("#dec8f1")Accessibility — WCAG contrast
Aa
#dec8f1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec8f1 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.4%
Blue94.5%
CMYK percentages
Cyan7.9%
Magenta17.0%
Yellow0.0%
Key (black)5.5%
Color previews
#dec8f1 text on a black background
contrast 13.64:1
Card sample
#dec8f1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec8f1;
Background color
Panel with #dec8f1 background
background-color: #dec8f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec8f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 200, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 200, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec8f1; background: linear-gradient(135deg, #dec8f1, #F1C8E9);