#fe39af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 57, 175
HSL
324°, 99%, 61%
CMYK
0, 78, 31, 0
Luminance
0.2709
Every format
| HEX | #fe39af |
| RGB | rgb(254, 57, 175) |
| HSL | hsl(324, 99%, 61%) |
| CMYK | cmyk(0%, 78%, 31%, 0%) |
| LAB | lab(59.1 80.3 -17.5) |
| LCH | lch(59.1 82.2 347.7) |
| OKLCH | oklch(0.680 0.250 349.5) |
Copy-ready code
/* CSS */
color: #fe39af;
background-color: #fe39af;
/* Tailwind (arbitrary) */
class="text-[#fe39af] bg-[#fe39af]"
/* SCSS */
$brand: #fe39af;
/* SwiftUI */
Color(red: 0.996, green: 0.224, blue: 0.686)
/* Android */
Color.parseColor("#fe39af")Accessibility — WCAG contrast
Aa
#fe39af on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe39af on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow31.1%
Key (black)0.4%
Color previews
#fe39af text on a black background
contrast 6.42:1
Card sample
#fe39af text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe39af;
Background color
Panel with #fe39af background
background-color: #fe39af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe39af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 57, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 57, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe39af; background: linear-gradient(135deg, #fe39af, #FE4739);