#fecce4
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 204, 228
HSL
331°, 96%, 90%
CMYK
0, 20, 10, 0
Luminance
0.6986
Every format
| HEX | #fecce4 |
| RGB | rgb(254, 204, 228) |
| HSL | hsl(331, 96%, 90%) |
| CMYK | cmyk(0%, 20%, 10%, 0%) |
| LAB | lab(86.9 21.4 -5.1) |
| LCH | lch(86.9 22.0 346.5) |
| OKLCH | oklch(0.895 0.064 348.0) |
Copy-ready code
/* CSS */
color: #fecce4;
background-color: #fecce4;
/* Tailwind (arbitrary) */
class="text-[#fecce4] bg-[#fecce4]"
/* SCSS */
$brand: #fecce4;
/* SwiftUI */
Color(red: 0.996, green: 0.800, blue: 0.894)
/* Android */
Color.parseColor("#fecce4")Accessibility — WCAG contrast
Aa
#fecce4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecce4 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.0%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow10.2%
Key (black)0.4%
Color previews
#fecce4 text on a black background
contrast 14.97:1
Card sample
#fecce4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecce4;
Background color
Panel with #fecce4 background
background-color: #fecce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 204, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 204, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecce4; background: linear-gradient(135deg, #fecce4, #FED5CC);