#dec1fc
a pale, electric violet · warm · closest name: plum
RGB
222, 193, 252
HSL
270°, 91%, 87%
CMYK
12, 23, 0, 1
Luminance
0.6070
Every format
| HEX | #dec1fc |
| RGB | rgb(222, 193, 252) |
| HSL | hsl(270, 91%, 87%) |
| CMYK | cmyk(12%, 23%, 0%, 1%) |
| LAB | lab(82.2 21.1 -25.3) |
| LCH | lch(82.2 32.9 309.9) |
| OKLCH | oklch(0.855 0.086 307.0) |
Copy-ready code
/* CSS */
color: #dec1fc;
background-color: #dec1fc;
/* Tailwind (arbitrary) */
class="text-[#dec1fc] bg-[#dec1fc]"
/* SCSS */
$brand: #dec1fc;
/* SwiftUI */
Color(red: 0.871, green: 0.757, blue: 0.988)
/* Android */
Color.parseColor("#dec1fc")Accessibility — WCAG contrast
Aa
#dec1fc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec1fc on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green75.7%
Blue98.8%
CMYK percentages
Cyan11.9%
Magenta23.4%
Yellow0.0%
Key (black)1.2%
Color previews
#dec1fc text on a black background
contrast 13.14:1
Card sample
#dec1fc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec1fc;
Background color
Panel with #dec1fc background
background-color: #dec1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 193, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 193, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec1fc; background: linear-gradient(135deg, #dec1fc, #FCC1F3);