#fea4cf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 164, 207
HSL
331°, 98%, 82%
CMYK
0, 35, 19, 0
Luminance
0.5213
Every format
| HEX | #fea4cf |
| RGB | rgb(254, 164, 207) |
| HSL | hsl(331, 98%, 82%) |
| CMYK | cmyk(0%, 35%, 19%, 0%) |
| LAB | lab(77.4 39.0 -8.0) |
| LCH | lch(77.4 39.9 348.4) |
| OKLCH | oklch(0.820 0.118 349.9) |
Copy-ready code
/* CSS */
color: #fea4cf;
background-color: #fea4cf;
/* Tailwind (arbitrary) */
class="text-[#fea4cf] bg-[#fea4cf]"
/* SCSS */
$brand: #fea4cf;
/* SwiftUI */
Color(red: 0.996, green: 0.643, blue: 0.812)
/* Android */
Color.parseColor("#fea4cf")Accessibility — WCAG contrast
Aa
#fea4cf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea4cf on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green64.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow18.5%
Key (black)0.4%
Color previews
#fea4cf text on a black background
contrast 11.43:1
Card sample
#fea4cf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea4cf;
Background color
Panel with #fea4cf background
background-color: #fea4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 164, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 164, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea4cf; background: linear-gradient(135deg, #fea4cf, #FEB5A4);