#decdfe
a pale, electric violet · warm · closest name: lavender
RGB
222, 205, 254
HSL
261°, 96%, 90%
CMYK
13, 19, 0, 0
Luminance
0.6635
Every format
| HEX | #decdfe |
| RGB | rgb(222, 205, 254) |
| HSL | hsl(261, 96%, 90%) |
| CMYK | cmyk(13%, 19%, 0%, 0%) |
| LAB | lab(85.2 15.1 -21.8) |
| LCH | lch(85.2 26.5 304.7) |
| OKLCH | oklch(0.878 0.069 300.8) |
Copy-ready code
/* CSS */
color: #decdfe;
background-color: #decdfe;
/* Tailwind (arbitrary) */
class="text-[#decdfe] bg-[#decdfe]"
/* SCSS */
$brand: #decdfe;
/* SwiftUI */
Color(red: 0.871, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#decdfe")Accessibility — WCAG contrast
Aa
#decdfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decdfe on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.4%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#decdfe text on a black background
contrast 14.27:1
Card sample
#decdfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decdfe;
Background color
Panel with #decdfe background
background-color: #decdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decdfe; background: linear-gradient(135deg, #decdfe, #FECDFD);