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