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