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