#fe2d7f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
254, 45, 127
HSL
337°, 99%, 59%
CMYK
0, 82, 50, 0
Luminance
0.2448
Every format
| HEX | #fe2d7f |
| RGB | rgb(254, 45, 127) |
| HSL | hsl(337, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 50%, 0%) |
| LAB | lab(56.6 78.8 7.1) |
| LCH | lch(56.6 79.1 5.1) |
| OKLCH | oklch(0.657 0.242 4.4) |
Copy-ready code
/* CSS */
color: #fe2d7f;
background-color: #fe2d7f;
/* Tailwind (arbitrary) */
class="text-[#fe2d7f] bg-[#fe2d7f]"
/* SCSS */
$brand: #fe2d7f;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.498)
/* Android */
Color.parseColor("#fe2d7f")Accessibility — WCAG contrast
Aa
#fe2d7f on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2d7f on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow50.0%
Key (black)0.4%
Color previews
#fe2d7f text on a black background
contrast 5.90:1
Card sample
#fe2d7f text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2d7f;
Background color
Panel with #fe2d7f background
background-color: #fe2d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2d7f; background: linear-gradient(135deg, #fe2d7f, #FE662D);