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