#feafcf
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 175, 207
HSL
336°, 98%, 84%
CMYK
0, 31, 19, 0
Luminance
0.5624
Every format
| HEX | #feafcf |
| RGB | rgb(254, 175, 207) |
| HSL | hsl(336, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 19%, 0%) |
| LAB | lab(79.8 33.3 -4.5) |
| LCH | lch(79.8 33.6 352.4) |
| OKLCH | oklch(0.838 0.100 353.5) |
Copy-ready code
/* CSS */
color: #feafcf;
background-color: #feafcf;
/* Tailwind (arbitrary) */
class="text-[#feafcf] bg-[#feafcf]"
/* SCSS */
$brand: #feafcf;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#feafcf")Accessibility — WCAG contrast
Aa
#feafcf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafcf on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow18.5%
Key (black)0.4%
Color previews
#feafcf text on a black background
contrast 12.25:1
Card sample
#feafcf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafcf;
Background color
Panel with #feafcf background
background-color: #feafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafcf; background: linear-gradient(135deg, #feafcf, #FEC4AF);