#fe367f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
254, 54, 127
HSL
338°, 99%, 60%
CMYK
0, 79, 50, 0
Luminance
0.2524
Every format
| HEX | #fe367f |
| RGB | rgb(254, 54, 127) |
| HSL | hsl(338, 99%, 60%) |
| CMYK | cmyk(0%, 79%, 50%, 0%) |
| LAB | lab(57.3 76.6 8.1) |
| LCH | lch(57.3 77.0 6.0) |
| OKLCH | oklch(0.663 0.235 5.2) |
Copy-ready code
/* CSS */
color: #fe367f;
background-color: #fe367f;
/* Tailwind (arbitrary) */
class="text-[#fe367f] bg-[#fe367f]"
/* SCSS */
$brand: #fe367f;
/* SwiftUI */
Color(red: 0.996, green: 0.212, blue: 0.498)
/* Android */
Color.parseColor("#fe367f")Accessibility — WCAG contrast
Aa
#fe367f on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe367f on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green21.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow50.0%
Key (black)0.4%
Color previews
#fe367f text on a black background
contrast 6.05:1
Card sample
#fe367f text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe367f;
Background color
Panel with #fe367f background
background-color: #fe367f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe367f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 54, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 54, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe367f; background: linear-gradient(135deg, #fe367f, #FE7236);