#dec1fe
a pale, electric violet · warm · closest name: plum
RGB
222, 193, 254
HSL
269°, 97%, 88%
CMYK
13, 24, 0, 0
Luminance
0.6083
Every format
| HEX | #dec1fe |
| RGB | rgb(222, 193, 254) |
| HSL | hsl(269, 97%, 88%) |
| CMYK | cmyk(13%, 24%, 0%, 0%) |
| LAB | lab(82.3 21.5 -26.2) |
| LCH | lch(82.3 33.9 309.4) |
| OKLCH | oklch(0.856 0.089 306.2) |
Copy-ready code
/* CSS */
color: #dec1fe;
background-color: #dec1fe;
/* Tailwind (arbitrary) */
class="text-[#dec1fe] bg-[#dec1fe]"
/* SCSS */
$brand: #dec1fe;
/* SwiftUI */
Color(red: 0.871, green: 0.757, blue: 0.996)
/* Android */
Color.parseColor("#dec1fe")Accessibility — WCAG contrast
Aa
#dec1fe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec1fe on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green75.7%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta24.0%
Yellow0.0%
Key (black)0.4%
Color previews
#dec1fe text on a black background
contrast 13.17:1
Card sample
#dec1fe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec1fe;
Background color
Panel with #dec1fe background
background-color: #dec1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 193, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 193, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec1fe; background: linear-gradient(135deg, #dec1fe, #FEC1F5);