#dec2fe
a pale, electric violet · warm · closest name: plum
RGB
222, 194, 254
HSL
268°, 97%, 88%
CMYK
13, 24, 0, 0
Luminance
0.6127
Every format
| HEX | #dec2fe |
| RGB | rgb(222, 194, 254) |
| HSL | hsl(268, 97%, 88%) |
| CMYK | cmyk(13%, 24%, 0%, 0%) |
| LAB | lab(82.5 21.0 -25.8) |
| LCH | lch(82.5 33.3 309.1) |
| OKLCH | oklch(0.857 0.087 305.9) |
Copy-ready code
/* CSS */
color: #dec2fe;
background-color: #dec2fe;
/* Tailwind (arbitrary) */
class="text-[#dec2fe] bg-[#dec2fe]"
/* SCSS */
$brand: #dec2fe;
/* SwiftUI */
Color(red: 0.871, green: 0.761, blue: 0.996)
/* Android */
Color.parseColor("#dec2fe")Accessibility — WCAG contrast
Aa
#dec2fe on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec2fe on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.1%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta23.6%
Yellow0.0%
Key (black)0.4%
Color previews
#dec2fe text on a black background
contrast 13.25:1
Card sample
#dec2fe text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec2fe;
Background color
Panel with #dec2fe background
background-color: #dec2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 194, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 194, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec2fe; background: linear-gradient(135deg, #dec2fe, #FEC2F6);