#fe3fcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 63, 207
HSL
315°, 99%, 62%
CMYK
0, 75, 19, 0
Luminance
0.2913
Every format
| HEX | #fe3fcf |
| RGB | rgb(254, 63, 207) |
| HSL | hsl(315, 99%, 62%) |
| CMYK | cmyk(0%, 75%, 19%, 0%) |
| LAB | lab(60.9 82.4 -33.0) |
| LCH | lch(60.9 88.8 338.2) |
| OKLCH | oklch(0.698 0.262 340.1) |
Copy-ready code
/* CSS */
color: #fe3fcf;
background-color: #fe3fcf;
/* Tailwind (arbitrary) */
class="text-[#fe3fcf] bg-[#fe3fcf]"
/* SCSS */
$brand: #fe3fcf;
/* SwiftUI */
Color(red: 0.996, green: 0.247, blue: 0.812)
/* Android */
Color.parseColor("#fe3fcf")Accessibility — WCAG contrast
Aa
#fe3fcf on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3fcf on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green24.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow18.5%
Key (black)0.4%
Color previews
#fe3fcf text on a black background
contrast 6.83:1
Card sample
#fe3fcf text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3fcf;
Background color
Panel with #fe3fcf background
background-color: #fe3fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 63, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 63, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3fcf; background: linear-gradient(135deg, #fe3fcf, #FE3F50);