#fe36af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 54, 175
HSL
324°, 99%, 60%
CMYK
0, 79, 31, 0
Luminance
0.2680
Every format
| HEX | #fe36af |
| RGB | rgb(254, 54, 175) |
| HSL | hsl(324, 99%, 60%) |
| CMYK | cmyk(0%, 79%, 31%, 0%) |
| LAB | lab(58.8 81.0 -17.9) |
| LCH | lch(58.8 83.0 347.6) |
| OKLCH | oklch(0.678 0.252 349.3) |
Copy-ready code
/* CSS */
color: #fe36af;
background-color: #fe36af;
/* Tailwind (arbitrary) */
class="text-[#fe36af] bg-[#fe36af]"
/* SCSS */
$brand: #fe36af;
/* SwiftUI */
Color(red: 0.996, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#fe36af")Accessibility — WCAG contrast
Aa
#fe36af on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe36af on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green21.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow31.1%
Key (black)0.4%
Color previews
#fe36af text on a black background
contrast 6.36:1
Card sample
#fe36af text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe36af;
Background color
Panel with #fe36af background
background-color: #fe36af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe36af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe36af; background: linear-gradient(135deg, #fe36af, #FE4236);