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