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