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