#feaade
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 170, 222
HSL
323°, 98%, 83%
CMYK
0, 33, 13, 0
Luminance
0.5509
Every format
| HEX | #feaade |
| RGB | rgb(254, 170, 222) |
| HSL | hsl(323, 98%, 83%) |
| CMYK | cmyk(0%, 33%, 13%, 0%) |
| LAB | lab(79.1 38.2 -13.6) |
| LCH | lch(79.1 40.6 340.5) |
| OKLCH | oklch(0.835 0.117 342.2) |
Copy-ready code
/* CSS */
color: #feaade;
background-color: #feaade;
/* Tailwind (arbitrary) */
class="text-[#feaade] bg-[#feaade]"
/* SCSS */
$brand: #feaade;
/* SwiftUI */
Color(red: 0.996, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#feaade")Accessibility — WCAG contrast
Aa
#feaade on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaade on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow12.6%
Key (black)0.4%
Color previews
#feaade text on a black background
contrast 12.02:1
Card sample
#feaade text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaade;
Background color
Panel with #feaade background
background-color: #feaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaade; background: linear-gradient(135deg, #feaade, #FEAEAA);