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