#dec1ff
a pale, electric violet · warm · closest name: plum
RGB
222, 193, 255
HSL
268°, 100%, 88%
CMYK
13, 24, 0, 0
Luminance
0.6089
Every format
| HEX | #dec1ff |
| RGB | rgb(222, 193, 255) |
| HSL | hsl(268, 100%, 88%) |
| CMYK | cmyk(13%, 24%, 0%, 0%) |
| LAB | lab(82.3 21.7 -26.7) |
| LCH | lch(82.3 34.4 309.2) |
| OKLCH | oklch(0.856 0.090 305.9) |
Copy-ready code
/* CSS */
color: #dec1ff;
background-color: #dec1ff;
/* Tailwind (arbitrary) */
class="text-[#dec1ff] bg-[#dec1ff]"
/* SCSS */
$brand: #dec1ff;
/* SwiftUI */
Color(red: 0.871, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#dec1ff")Accessibility — WCAG contrast
Aa
#dec1ff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec1ff on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green75.7%
Blue100.0%
CMYK percentages
Cyan12.9%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#dec1ff text on a black background
contrast 13.18:1
Card sample
#dec1ff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec1ff;
Background color
Panel with #dec1ff background
background-color: #dec1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec1ff; background: linear-gradient(135deg, #dec1ff, #FFC1F7);