#feacec
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 236
HSL
313°, 98%, 84%
CMYK
0, 32, 7, 0
Luminance
0.5663
Every format
| HEX | #feacec |
| RGB | rgb(254, 172, 236) |
| HSL | hsl(313, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 7%, 0%) |
| LAB | lab(80.0 39.5 -19.8) |
| LCH | lch(80.0 44.2 333.4) |
| OKLCH | oklch(0.843 0.125 334.9) |
Copy-ready code
/* CSS */
color: #feacec;
background-color: #feacec;
/* Tailwind (arbitrary) */
class="text-[#feacec] bg-[#feacec]"
/* SCSS */
$brand: #feacec;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#feacec")Accessibility — WCAG contrast
Aa
#feacec on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feacec on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow7.1%
Key (black)0.4%
Color previews
#feacec text on a black background
contrast 12.33:1
Card sample
#feacec text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feacec;
Background color
Panel with #feacec background
background-color: #feacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feacec; background: linear-gradient(135deg, #feacec, #FEACB5);