#feace0
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 224
HSL
322°, 98%, 84%
CMYK
0, 32, 12, 0
Luminance
0.5596
Every format
| HEX | #feace0 |
| RGB | rgb(254, 172, 224) |
| HSL | hsl(322, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 12%, 0%) |
| LAB | lab(79.6 37.5 -13.9) |
| LCH | lch(79.6 40.0 339.7) |
| OKLCH | oklch(0.839 0.116 341.4) |
Copy-ready code
/* CSS */
color: #feace0;
background-color: #feace0;
/* Tailwind (arbitrary) */
class="text-[#feace0] bg-[#feace0]"
/* SCSS */
$brand: #feace0;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#feace0")Accessibility — WCAG contrast
Aa
#feace0 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feace0 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow11.8%
Key (black)0.4%
Color previews
#feace0 text on a black background
contrast 12.19:1
Card sample
#feace0 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feace0;
Background color
Panel with #feace0 background
background-color: #feace0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feace0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feace0; background: linear-gradient(135deg, #feace0, #FEAFAC);