#fea7cf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 167, 207
HSL
332°, 98%, 83%
CMYK
0, 34, 19, 0
Luminance
0.5321
Every format
| HEX | #fea7cf |
| RGB | rgb(254, 167, 207) |
| HSL | hsl(332, 98%, 83%) |
| CMYK | cmyk(0%, 34%, 19%, 0%) |
| LAB | lab(78.0 37.5 -7.0) |
| LCH | lch(78.0 38.1 349.4) |
| OKLCH | oklch(0.825 0.113 350.8) |
Copy-ready code
/* CSS */
color: #fea7cf;
background-color: #fea7cf;
/* Tailwind (arbitrary) */
class="text-[#fea7cf] bg-[#fea7cf]"
/* SCSS */
$brand: #fea7cf;
/* SwiftUI */
Color(red: 0.996, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#fea7cf")Accessibility — WCAG contrast
Aa
#fea7cf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea7cf on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green65.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow18.5%
Key (black)0.4%
Color previews
#fea7cf text on a black background
contrast 11.64:1
Card sample
#fea7cf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea7cf;
Background color
Panel with #fea7cf background
background-color: #fea7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea7cf; background: linear-gradient(135deg, #fea7cf, #FEB9A7);