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