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