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