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