#fecfe1
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 207, 225
HSL
337°, 96%, 90%
CMYK
0, 19, 11, 0
Luminance
0.7113
Every format
| HEX | #fecfe1 |
| RGB | rgb(254, 207, 225) |
| HSL | hsl(337, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 11%, 0%) |
| LAB | lab(87.5 19.3 -2.6) |
| LCH | lch(87.5 19.5 352.3) |
| OKLCH | oklch(0.900 0.058 353.4) |
Copy-ready code
/* CSS */
color: #fecfe1;
background-color: #fecfe1;
/* Tailwind (arbitrary) */
class="text-[#fecfe1] bg-[#fecfe1]"
/* SCSS */
$brand: #fecfe1;
/* SwiftUI */
Color(red: 0.996, green: 0.812, blue: 0.882)
/* Android */
Color.parseColor("#fecfe1")Accessibility — WCAG contrast
Aa
#fecfe1 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecfe1 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green81.2%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow11.4%
Key (black)0.4%
Color previews
#fecfe1 text on a black background
contrast 15.23:1
Card sample
#fecfe1 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecfe1;
Background color
Panel with #fecfe1 background
background-color: #fecfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 207, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 207, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecfe1; background: linear-gradient(135deg, #fecfe1, #FEDCCF);