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