#fecae2
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 202, 226
HSL
332°, 96%, 89%
CMYK
0, 21, 11, 0
Luminance
0.6880
Every format
| HEX | #fecae2 |
| RGB | rgb(254, 202, 226) |
| HSL | hsl(332, 96%, 89%) |
| CMYK | cmyk(0%, 21%, 11%, 0%) |
| LAB | lab(86.4 22.1 -4.8) |
| LCH | lch(86.4 22.6 347.7) |
| OKLCH | oklch(0.891 0.066 349.1) |
Copy-ready code
/* CSS */
color: #fecae2;
background-color: #fecae2;
/* Tailwind (arbitrary) */
class="text-[#fecae2] bg-[#fecae2]"
/* SCSS */
$brand: #fecae2;
/* SwiftUI */
Color(red: 0.996, green: 0.792, blue: 0.886)
/* Android */
Color.parseColor("#fecae2")Accessibility — WCAG contrast
Aa
#fecae2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecae2 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green79.2%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow11.0%
Key (black)0.4%
Color previews
#fecae2 text on a black background
contrast 14.76:1
Card sample
#fecae2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecae2;
Background color
Panel with #fecae2 background
background-color: #fecae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 202, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 202, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecae2; background: linear-gradient(135deg, #fecae2, #FED5CA);