#dec8fd
a pale, electric violet · warm · closest name: plum
RGB
222, 200, 253
HSL
265°, 93%, 89%
CMYK
12, 21, 0, 1
Luminance
0.6393
Every format
| HEX | #dec8fd |
| RGB | rgb(222, 200, 253) |
| HSL | hsl(265, 93%, 89%) |
| CMYK | cmyk(12%, 21%, 0%, 1%) |
| LAB | lab(83.9 17.6 -23.2) |
| LCH | lch(83.9 29.1 307.2) |
| OKLCH | oklch(0.868 0.076 303.8) |
Copy-ready code
/* CSS */
color: #dec8fd;
background-color: #dec8fd;
/* Tailwind (arbitrary) */
class="text-[#dec8fd] bg-[#dec8fd]"
/* SCSS */
$brand: #dec8fd;
/* SwiftUI */
Color(red: 0.871, green: 0.784, blue: 0.992)
/* Android */
Color.parseColor("#dec8fd")Accessibility — WCAG contrast
Aa
#dec8fd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec8fd on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.4%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta20.9%
Yellow0.0%
Key (black)0.8%
Color previews
#dec8fd text on a black background
contrast 13.79:1
Card sample
#dec8fd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec8fd;
Background color
Panel with #dec8fd background
background-color: #dec8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 200, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 200, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec8fd; background: linear-gradient(135deg, #dec8fd, #FDC8F9);