#fde1eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 225, 235
HSL
339°, 88%, 94%
CMYK
0, 11, 7, 1
Luminance
0.8073
Every format
| HEX | #fde1eb |
| RGB | rgb(253, 225, 235) |
| HSL | hsl(339, 88%, 94%) |
| CMYK | cmyk(0%, 11%, 7%, 1%) |
| LAB | lab(92.0 11.2 -1.3) |
| LCH | lch(92.0 11.3 353.2) |
| OKLCH | oklch(0.935 0.033 354.1) |
Copy-ready code
/* CSS */
color: #fde1eb;
background-color: #fde1eb;
/* Tailwind (arbitrary) */
class="text-[#fde1eb] bg-[#fde1eb]"
/* SCSS */
$brand: #fde1eb;
/* SwiftUI */
Color(red: 0.992, green: 0.882, blue: 0.922)
/* Android */
Color.parseColor("#fde1eb")Accessibility — WCAG contrast
Aa
#fde1eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde1eb on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green88.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow7.1%
Key (black)0.8%
Color previews
#fde1eb text on a black background
contrast 17.15:1
Card sample
#fde1eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde1eb;
Background color
Panel with #fde1eb background
background-color: #fde1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 225, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 225, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde1eb; background: linear-gradient(135deg, #fde1eb, #FDEAE1);