#fecfe7
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 207, 231
HSL
329°, 96%, 90%
CMYK
0, 19, 9, 0
Luminance
0.7147
Every format
| HEX | #fecfe7 |
| RGB | rgb(254, 207, 231) |
| HSL | hsl(329, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 9%, 0%) |
| LAB | lab(87.7 20.3 -5.5) |
| LCH | lch(87.7 21.1 344.7) |
| OKLCH | oklch(0.902 0.061 346.3) |
Copy-ready code
/* CSS */
color: #fecfe7;
background-color: #fecfe7;
/* Tailwind (arbitrary) */
class="text-[#fecfe7] bg-[#fecfe7]"
/* SCSS */
$brand: #fecfe7;
/* SwiftUI */
Color(red: 0.996, green: 0.812, blue: 0.906)
/* Android */
Color.parseColor("#fecfe7")Accessibility — WCAG contrast
Aa
#fecfe7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecfe7 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green81.2%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow9.1%
Key (black)0.4%
Color previews
#fecfe7 text on a black background
contrast 15.29:1
Card sample
#fecfe7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecfe7;
Background color
Panel with #fecfe7 background
background-color: #fecfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 207, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 207, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecfe7; background: linear-gradient(135deg, #fecfe7, #FED6CF);