#feadec
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 173, 236
HSL
313°, 98%, 84%
CMYK
0, 32, 7, 0
Luminance
0.5701
Every format
| HEX | #feadec |
| RGB | rgb(254, 173, 236) |
| HSL | hsl(313, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 7%, 0%) |
| LAB | lab(80.2 39.0 -19.5) |
| LCH | lch(80.2 43.6 333.5) |
| OKLCH | oklch(0.845 0.123 335.0) |
Copy-ready code
/* CSS */
color: #feadec;
background-color: #feadec;
/* Tailwind (arbitrary) */
class="text-[#feadec] bg-[#feadec]"
/* SCSS */
$brand: #feadec;
/* SwiftUI */
Color(red: 0.996, green: 0.678, blue: 0.925)
/* Android */
Color.parseColor("#feadec")Accessibility — WCAG contrast
Aa
#feadec on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feadec on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.8%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow7.1%
Key (black)0.4%
Color previews
#feadec text on a black background
contrast 12.40:1
Card sample
#feadec text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feadec;
Background color
Panel with #feadec background
background-color: #feadec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feadec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 173, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 173, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feadec; background: linear-gradient(135deg, #feadec, #FEADB6);