#fedce0
a pale, electric red · warm · closest name: pink
RGB
254, 220, 224
HSL
353°, 94%, 93%
CMYK
0, 13, 12, 0
Luminance
0.7764
Every format
| HEX | #fedce0 |
| RGB | rgb(254, 220, 224) |
| HSL | hsl(353, 94%, 93%) |
| CMYK | cmyk(0%, 13%, 12%, 0%) |
| LAB | lab(90.6 12.4 2.4) |
| LCH | lch(90.6 12.6 10.9) |
| OKLCH | oklch(0.924 0.038 9.8) |
Copy-ready code
/* CSS */
color: #fedce0;
background-color: #fedce0;
/* Tailwind (arbitrary) */
class="text-[#fedce0] bg-[#fedce0]"
/* SCSS */
$brand: #fedce0;
/* SwiftUI */
Color(red: 0.996, green: 0.863, blue: 0.878)
/* Android */
Color.parseColor("#fedce0")Accessibility — WCAG contrast
Aa
#fedce0 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fedce0 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green86.3%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow11.8%
Key (black)0.4%
Color previews
#fedce0 text on a black background
contrast 16.53:1
Card sample
#fedce0 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fedce0;
Background color
Panel with #fedce0 background
background-color: #fedce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fedce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 220, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 220, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fedce0; background: linear-gradient(135deg, #fedce0, #FEEFDC);