#feafed
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 175, 237
HSL
313°, 98%, 84%
CMYK
0, 31, 7, 0
Luminance
0.5785
Every format
| HEX | #feafed |
| RGB | rgb(254, 175, 237) |
| HSL | hsl(313, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 7%, 0%) |
| LAB | lab(80.7 38.1 -19.3) |
| LCH | lch(80.7 42.7 333.1) |
| OKLCH | oklch(0.848 0.121 334.6) |
Copy-ready code
/* CSS */
color: #feafed;
background-color: #feafed;
/* Tailwind (arbitrary) */
class="text-[#feafed] bg-[#feafed]"
/* SCSS */
$brand: #feafed;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.929)
/* Android */
Color.parseColor("#feafed")Accessibility — WCAG contrast
Aa
#feafed on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafed on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow6.7%
Key (black)0.4%
Color previews
#feafed text on a black background
contrast 12.57:1
Card sample
#feafed text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafed;
Background color
Panel with #feafed background
background-color: #feafed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafed; background: linear-gradient(135deg, #feafed, #FEAFB8);