#fe136f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
254, 19, 111
HSL
337°, 99%, 54%
CMYK
0, 93, 56, 0
Luminance
0.2268
Every format
| HEX | #fe136f |
| RGB | rgb(254, 19, 111) |
| HSL | hsl(337, 99%, 54%) |
| CMYK | cmyk(0%, 93%, 56%, 0%) |
| LAB | lab(54.8 81.8 14.1) |
| LCH | lch(54.8 83.0 9.8) |
| OKLCH | oklch(0.643 0.252 8.1) |
Copy-ready code
/* CSS */
color: #fe136f;
background-color: #fe136f;
/* Tailwind (arbitrary) */
class="text-[#fe136f] bg-[#fe136f]"
/* SCSS */
$brand: #fe136f;
/* SwiftUI */
Color(red: 0.996, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#fe136f")Accessibility — WCAG contrast
Aa
#fe136f on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe136f on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow56.3%
Key (black)0.4%
Color previews
#fe136f text on a black background
contrast 5.54:1
Card sample
#fe136f text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe136f;
Background color
Panel with #fe136f background
background-color: #fe136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe136f; background: linear-gradient(135deg, #fe136f, #FE5313);