#fea0cf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 160, 207
HSL
330°, 98%, 81%
CMYK
0, 37, 19, 0
Luminance
0.5072
Every format
| HEX | #fea0cf |
| RGB | rgb(254, 160, 207) |
| HSL | hsl(330, 98%, 81%) |
| CMYK | cmyk(0%, 37%, 19%, 0%) |
| LAB | lab(76.5 41.1 -9.3) |
| LCH | lch(76.5 42.1 347.3) |
| OKLCH | oklch(0.814 0.125 348.9) |
Copy-ready code
/* CSS */
color: #fea0cf;
background-color: #fea0cf;
/* Tailwind (arbitrary) */
class="text-[#fea0cf] bg-[#fea0cf]"
/* SCSS */
$brand: #fea0cf;
/* SwiftUI */
Color(red: 0.996, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#fea0cf")Accessibility — WCAG contrast
Aa
#fea0cf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea0cf on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green62.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow18.5%
Key (black)0.4%
Color previews
#fea0cf text on a black background
contrast 11.14:1
Card sample
#fea0cf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea0cf;
Background color
Panel with #fea0cf background
background-color: #fea0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea0cf; background: linear-gradient(135deg, #fea0cf, #FEB0A0);