#feace8
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 232
HSL
316°, 98%, 84%
CMYK
0, 32, 9, 0
Luminance
0.5640
Every format
| HEX | #feace8 |
| RGB | rgb(254, 172, 232) |
| HSL | hsl(316, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 9%, 0%) |
| LAB | lab(79.8 38.8 -17.8) |
| LCH | lch(79.8 42.7 335.3) |
| OKLCH | oklch(0.842 0.122 337.0) |
Copy-ready code
/* CSS */
color: #feace8;
background-color: #feace8;
/* Tailwind (arbitrary) */
class="text-[#feace8] bg-[#feace8]"
/* SCSS */
$brand: #feace8;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#feace8")Accessibility — WCAG contrast
Aa
#feace8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feace8 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow8.7%
Key (black)0.4%
Color previews
#feace8 text on a black background
contrast 12.28:1
Card sample
#feace8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feace8;
Background color
Panel with #feace8 background
background-color: #feace8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feace8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feace8; background: linear-gradient(135deg, #feace8, #FEACB1);