#feafda
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 175, 218
HSL
327°, 98%, 84%
CMYK
0, 31, 14, 0
Luminance
0.5679
Every format
| HEX | #feafda |
| RGB | rgb(254, 175, 218) |
| HSL | hsl(327, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 14%, 0%) |
| LAB | lab(80.1 35.0 -9.9) |
| LCH | lch(80.1 36.4 344.1) |
| OKLCH | oklch(0.842 0.106 345.8) |
Copy-ready code
/* CSS */
color: #feafda;
background-color: #feafda;
/* Tailwind (arbitrary) */
class="text-[#feafda] bg-[#feafda]"
/* SCSS */
$brand: #feafda;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#feafda")Accessibility — WCAG contrast
Aa
#feafda on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafda on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow14.2%
Key (black)0.4%
Color previews
#feafda text on a black background
contrast 12.36:1
Card sample
#feafda text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafda;
Background color
Panel with #feafda background
background-color: #feafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafda; background: linear-gradient(135deg, #feafda, #FEB9AF);