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