#dec4fd
a pale, electric violet · warm · closest name: plum
RGB
222, 196, 253
HSL
267°, 93%, 88%
CMYK
12, 23, 0, 1
Luminance
0.6210
Every format
| HEX | #dec4fd |
| RGB | rgb(222, 196, 253) |
| HSL | hsl(267, 93%, 88%) |
| CMYK | cmyk(12%, 23%, 0%, 1%) |
| LAB | lab(83.0 19.7 -24.6) |
| LCH | lch(83.0 31.6 308.7) |
| OKLCH | oklch(0.861 0.082 305.5) |
Copy-ready code
/* CSS */
color: #dec4fd;
background-color: #dec4fd;
/* Tailwind (arbitrary) */
class="text-[#dec4fd] bg-[#dec4fd]"
/* SCSS */
$brand: #dec4fd;
/* SwiftUI */
Color(red: 0.871, green: 0.769, blue: 0.992)
/* Android */
Color.parseColor("#dec4fd")Accessibility — WCAG contrast
Aa
#dec4fd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec4fd on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.9%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta22.5%
Yellow0.0%
Key (black)0.8%
Color previews
#dec4fd text on a black background
contrast 13.42:1
Card sample
#dec4fd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec4fd;
Background color
Panel with #dec4fd background
background-color: #dec4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 196, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 196, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec4fd; background: linear-gradient(135deg, #dec4fd, #FDC4F6);