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