#dec6fe
a pale, electric violet · warm · closest name: plum
RGB
222, 198, 254
HSL
266°, 97%, 89%
CMYK
13, 22, 0, 0
Luminance
0.6307
Every format
| HEX | #dec6fe |
| RGB | rgb(222, 198, 254) |
| HSL | hsl(266, 97%, 89%) |
| CMYK | cmyk(13%, 22%, 0%, 0%) |
| LAB | lab(83.5 18.8 -24.4) |
| LCH | lch(83.5 30.8 307.7) |
| OKLCH | oklch(0.865 0.080 304.3) |
Copy-ready code
/* CSS */
color: #dec6fe;
background-color: #dec6fe;
/* Tailwind (arbitrary) */
class="text-[#dec6fe] bg-[#dec6fe]"
/* SCSS */
$brand: #dec6fe;
/* SwiftUI */
Color(red: 0.871, green: 0.776, blue: 0.996)
/* Android */
Color.parseColor("#dec6fe")Accessibility — WCAG contrast
Aa
#dec6fe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec6fe on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green77.6%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta22.0%
Yellow0.0%
Key (black)0.4%
Color previews
#dec6fe text on a black background
contrast 13.61:1
Card sample
#dec6fe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec6fe;
Background color
Panel with #dec6fe background
background-color: #dec6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 198, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 198, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec6fe; background: linear-gradient(135deg, #dec6fe, #FEC6F9);