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