#fdefee
a pale, electric red · warm · closest name: white
RGB
253, 239, 238
HSL
4°, 79%, 96%
CMYK
0, 6, 6, 1
Luminance
0.8879
Every format
| HEX | #fdefee |
| RGB | rgb(253, 239, 238) |
| HSL | hsl(4, 79%, 96%) |
| CMYK | cmyk(0%, 6%, 6%, 1%) |
| LAB | lab(95.5 4.5 2.2) |
| LCH | lch(95.5 5.0 25.5) |
| OKLCH | oklch(0.963 0.015 22.4) |
Copy-ready code
/* CSS */
color: #fdefee;
background-color: #fdefee;
/* Tailwind (arbitrary) */
class="text-[#fdefee] bg-[#fdefee]"
/* SCSS */
$brand: #fdefee;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.933)
/* Android */
Color.parseColor("#fdefee")Accessibility — WCAG contrast
Aa
#fdefee on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdefee on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow5.9%
Key (black)0.8%
Color previews
#fdefee text on a black background
contrast 18.76:1
Card sample
#fdefee text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdefee;
Background color
Panel with #fdefee background
background-color: #fdefee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdefee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdefee; background: linear-gradient(135deg, #fdefee, #FDF9EE);