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