#fdecff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 236, 255
HSL
294°, 100%, 96%
CMYK
1, 8, 0, 0
Luminance
0.8809
Every format
| HEX | #fdecff |
| RGB | rgb(253, 236, 255) |
| HSL | hsl(294, 100%, 96%) |
| CMYK | cmyk(1%, 8%, 0%, 0%) |
| LAB | lab(95.2 9.0 -7.1) |
| LCH | lch(95.2 11.5 321.9) |
| OKLCH | oklch(0.962 0.031 322.6) |
Copy-ready code
/* CSS */
color: #fdecff;
background-color: #fdecff;
/* Tailwind (arbitrary) */
class="text-[#fdecff] bg-[#fdecff]"
/* SCSS */
$brand: #fdecff;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#fdecff")Accessibility — WCAG contrast
Aa
#fdecff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecff on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fdecff text on a black background
contrast 18.62:1
Card sample
#fdecff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecff;
Background color
Panel with #fdecff background
background-color: #fdecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecff; background: linear-gradient(135deg, #fdecff, #FFECF4);