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