#dec3fe
a pale, electric violet · warm · closest name: plum
RGB
222, 195, 254
HSL
268°, 97%, 88%
CMYK
13, 23, 0, 0
Luminance
0.6172
Every format
| HEX | #dec3fe |
| RGB | rgb(222, 195, 254) |
| HSL | hsl(268, 97%, 88%) |
| CMYK | cmyk(13%, 23%, 0%, 0%) |
| LAB | lab(82.8 20.4 -25.5) |
| LCH | lch(82.8 32.7 308.8) |
| OKLCH | oklch(0.859 0.085 305.5) |
Copy-ready code
/* CSS */
color: #dec3fe;
background-color: #dec3fe;
/* Tailwind (arbitrary) */
class="text-[#dec3fe] bg-[#dec3fe]"
/* SCSS */
$brand: #dec3fe;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.996)
/* Android */
Color.parseColor("#dec3fe")Accessibility — WCAG contrast
Aa
#dec3fe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec3fe on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta23.2%
Yellow0.0%
Key (black)0.4%
Color previews
#dec3fe text on a black background
contrast 13.34:1
Card sample
#dec3fe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec3fe;
Background color
Panel with #dec3fe background
background-color: #dec3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec3fe; background: linear-gradient(135deg, #dec3fe, #FEC3F7);