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