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