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