#feacce
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 172, 206
HSL
335°, 98%, 84%
CMYK
0, 32, 19, 0
Luminance
0.5503
Every format
| HEX | #feacce |
| RGB | rgb(254, 172, 206) |
| HSL | hsl(335, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 19%, 0%) |
| LAB | lab(79.1 34.7 -4.9) |
| LCH | lch(79.1 35.1 351.9) |
| OKLCH | oklch(0.833 0.104 353.1) |
Copy-ready code
/* CSS */
color: #feacce;
background-color: #feacce;
/* Tailwind (arbitrary) */
class="text-[#feacce] bg-[#feacce]"
/* SCSS */
$brand: #feacce;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#feacce")Accessibility — WCAG contrast
Aa
#feacce on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feacce on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow18.9%
Key (black)0.4%
Color previews
#feacce text on a black background
contrast 12.01:1
Card sample
#feacce text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feacce;
Background color
Panel with #feacce background
background-color: #feacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feacce; background: linear-gradient(135deg, #feacce, #FEC1AC);