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