#fde9f0
a pale, electric magenta / pink · warm · closest name: white
RGB
253, 233, 240
HSL
339°, 83%, 95%
CMYK
0, 8, 5, 1
Luminance
0.8545
Every format
| HEX | #fde9f0 |
| RGB | rgb(253, 233, 240) |
| HSL | hsl(339, 83%, 95%) |
| CMYK | cmyk(0%, 8%, 5%, 1%) |
| LAB | lab(94.1 8.0 -0.9) |
| LCH | lch(94.1 8.0 353.3) |
| OKLCH | oklch(0.952 0.024 354.3) |
Copy-ready code
/* CSS */
color: #fde9f0;
background-color: #fde9f0;
/* Tailwind (arbitrary) */
class="text-[#fde9f0] bg-[#fde9f0]"
/* SCSS */
$brand: #fde9f0;
/* SwiftUI */
Color(red: 0.992, green: 0.914, blue: 0.941)
/* Android */
Color.parseColor("#fde9f0")Accessibility — WCAG contrast
Aa
#fde9f0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde9f0 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green91.4%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow5.1%
Key (black)0.8%
Color previews
#fde9f0 text on a black background
contrast 18.09:1
Card sample
#fde9f0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde9f0;
Background color
Panel with #fde9f0 background
background-color: #fde9f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde9f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 233, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 233, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde9f0; background: linear-gradient(135deg, #fde9f0, #FDEFE9);