#fecdf4
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 205, 244
HSL
312°, 96%, 90%
CMYK
0, 19, 4, 0
Luminance
0.7127
Every format
| HEX | #fecdf4 |
| RGB | rgb(254, 205, 244) |
| HSL | hsl(312, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 4%, 0%) |
| LAB | lab(87.6 23.6 -12.6) |
| LCH | lch(87.6 26.7 331.9) |
| OKLCH | oklch(0.902 0.075 333.3) |
Copy-ready code
/* CSS */
color: #fecdf4;
background-color: #fecdf4;
/* Tailwind (arbitrary) */
class="text-[#fecdf4] bg-[#fecdf4]"
/* SCSS */
$brand: #fecdf4;
/* SwiftUI */
Color(red: 0.996, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#fecdf4")Accessibility — WCAG contrast
Aa
#fecdf4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecdf4 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.4%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow3.9%
Key (black)0.4%
Color previews
#fecdf4 text on a black background
contrast 15.25:1
Card sample
#fecdf4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecdf4;
Background color
Panel with #fecdf4 background
background-color: #fecdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecdf4; background: linear-gradient(135deg, #fecdf4, #FECDD3);