#fdeef3
a pale, electric magenta / pink · warm · closest name: white
RGB
253, 238, 243
HSL
340°, 79%, 96%
CMYK
0, 6, 4, 1
Luminance
0.8850
Every format
| HEX | #fdeef3 |
| RGB | rgb(253, 238, 243) |
| HSL | hsl(340, 79%, 96%) |
| CMYK | cmyk(0%, 6%, 4%, 1%) |
| LAB | lab(95.4 5.9 -0.6) |
| LCH | lch(95.4 5.9 354.3) |
| OKLCH | oklch(0.962 0.017 355.1) |
Copy-ready code
/* CSS */
color: #fdeef3;
background-color: #fdeef3;
/* Tailwind (arbitrary) */
class="text-[#fdeef3] bg-[#fdeef3]"
/* SCSS */
$brand: #fdeef3;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#fdeef3")Accessibility — WCAG contrast
Aa
#fdeef3 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeef3 on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow4.0%
Key (black)0.8%
Color previews
#fdeef3 text on a black background
contrast 18.70:1
Card sample
#fdeef3 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeef3;
Background color
Panel with #fdeef3 background
background-color: #fdeef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeef3; background: linear-gradient(135deg, #fdeef3, #FDF3EE);