#fde7eb
a pale, electric red · warm · closest name: white
RGB
253, 231, 235
HSL
349°, 85%, 95%
CMYK
0, 9, 7, 1
Luminance
0.8403
Every format
| HEX | #fde7eb |
| RGB | rgb(253, 231, 235) |
| HSL | hsl(349, 85%, 95%) |
| CMYK | cmyk(0%, 9%, 7%, 1%) |
| LAB | lab(93.5 8.1 0.8) |
| LCH | lch(93.5 8.2 5.5) |
| OKLCH | oklch(0.947 0.025 5.1) |
Copy-ready code
/* CSS */
color: #fde7eb;
background-color: #fde7eb;
/* Tailwind (arbitrary) */
class="text-[#fde7eb] bg-[#fde7eb]"
/* SCSS */
$brand: #fde7eb;
/* SwiftUI */
Color(red: 0.992, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#fde7eb")Accessibility — WCAG contrast
Aa
#fde7eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde7eb on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow7.1%
Key (black)0.8%
Color previews
#fde7eb text on a black background
contrast 17.81:1
Card sample
#fde7eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde7eb;
Background color
Panel with #fde7eb background
background-color: #fde7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde7eb; background: linear-gradient(135deg, #fde7eb, #FDF2E7);