#fde7f1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 231, 241
HSL
333°, 85%, 95%
CMYK
0, 9, 5, 1
Luminance
0.8439
Every format
| HEX | #fde7f1 |
| RGB | rgb(253, 231, 241) |
| HSL | hsl(333, 85%, 95%) |
| CMYK | cmyk(0%, 9%, 5%, 1%) |
| LAB | lab(93.6 9.2 -2.1) |
| LCH | lch(93.6 9.4 347.0) |
| OKLCH | oklch(0.949 0.027 348.3) |
Copy-ready code
/* CSS */
color: #fde7f1;
background-color: #fde7f1;
/* Tailwind (arbitrary) */
class="text-[#fde7f1] bg-[#fde7f1]"
/* SCSS */
$brand: #fde7f1;
/* SwiftUI */
Color(red: 0.992, green: 0.906, blue: 0.945)
/* Android */
Color.parseColor("#fde7f1")Accessibility — WCAG contrast
Aa
#fde7f1 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde7f1 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green90.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow4.7%
Key (black)0.8%
Color previews
#fde7f1 text on a black background
contrast 17.88:1
Card sample
#fde7f1 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde7f1;
Background color
Panel with #fde7f1 background
background-color: #fde7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 231, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 231, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde7f1; background: linear-gradient(135deg, #fde7f1, #FDECE7);