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