#feaac2
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 170, 194
HSL
343°, 98%, 83%
CMYK
0, 33, 24, 0
Luminance
0.5372
Every format
| HEX | #feaac2 |
| RGB | rgb(254, 170, 194) |
| HSL | hsl(343, 98%, 83%) |
| CMYK | cmyk(0%, 33%, 24%, 0%) |
| LAB | lab(78.3 34.0 0.5) |
| LCH | lch(78.3 34.0 0.8) |
| OKLCH | oklch(0.826 0.103 1.0) |
Copy-ready code
/* CSS */
color: #feaac2;
background-color: #feaac2;
/* Tailwind (arbitrary) */
class="text-[#feaac2] bg-[#feaac2]"
/* SCSS */
$brand: #feaac2;
/* SwiftUI */
Color(red: 0.996, green: 0.667, blue: 0.761)
/* Android */
Color.parseColor("#feaac2")Accessibility — WCAG contrast
Aa
#feaac2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaac2 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green66.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow23.6%
Key (black)0.4%
Color previews
#feaac2 text on a black background
contrast 11.74:1
Card sample
#feaac2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaac2;
Background color
Panel with #feaac2 background
background-color: #feaac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 170, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 170, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaac2; background: linear-gradient(135deg, #feaac2, #FECAAA);