#fe7fcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 127, 207
HSL
322°, 98%, 75%
CMYK
0, 50, 19, 0
Luminance
0.4075
Every format
| HEX | #fe7fcf |
| RGB | rgb(254, 127, 207) |
| HSL | hsl(322, 98%, 75%) |
| CMYK | cmyk(0%, 50%, 19%, 0%) |
| LAB | lab(70.0 57.5 -19.0) |
| LCH | lch(70.0 60.6 341.7) |
| OKLCH | oklch(0.765 0.178 343.6) |
Copy-ready code
/* CSS */
color: #fe7fcf;
background-color: #fe7fcf;
/* Tailwind (arbitrary) */
class="text-[#fe7fcf] bg-[#fe7fcf]"
/* SCSS */
$brand: #fe7fcf;
/* SwiftUI */
Color(red: 0.996, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#fe7fcf")Accessibility — WCAG contrast
Aa
#fe7fcf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7fcf on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow18.5%
Key (black)0.4%
Color previews
#fe7fcf text on a black background
contrast 9.15:1
Card sample
#fe7fcf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7fcf;
Background color
Panel with #fe7fcf background
background-color: #fe7fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7fcf; background: linear-gradient(135deg, #fe7fcf, #FE847F);