#fecdf1
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 205, 241
HSL
316°, 96%, 90%
CMYK
0, 19, 5, 0
Luminance
0.7108
Every format
| HEX | #fecdf1 |
| RGB | rgb(254, 205, 241) |
| HSL | hsl(316, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 5%, 0%) |
| LAB | lab(87.5 23.0 -11.1) |
| LCH | lch(87.5 25.6 334.2) |
| OKLCH | oklch(0.901 0.072 335.8) |
Copy-ready code
/* CSS */
color: #fecdf1;
background-color: #fecdf1;
/* Tailwind (arbitrary) */
class="text-[#fecdf1] bg-[#fecdf1]"
/* SCSS */
$brand: #fecdf1;
/* SwiftUI */
Color(red: 0.996, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#fecdf1")Accessibility — WCAG contrast
Aa
#fecdf1 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecdf1 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.4%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow5.1%
Key (black)0.4%
Color previews
#fecdf1 text on a black background
contrast 15.22:1
Card sample
#fecdf1 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecdf1;
Background color
Panel with #fecdf1 background
background-color: #fecdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecdf1; background: linear-gradient(135deg, #fecdf1, #FECDD0);