#fe46bd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 70, 189
HSL
321°, 99%, 64%
CMYK
0, 72, 26, 0
Luminance
0.2913
Every format
| HEX | #fe46bd |
| RGB | rgb(254, 70, 189) |
| HSL | hsl(321, 99%, 64%) |
| CMYK | cmyk(0%, 72%, 26%, 0%) |
| LAB | lab(60.9 78.1 -22.8) |
| LCH | lch(60.9 81.4 343.8) |
| OKLCH | oklch(0.695 0.244 345.7) |
Copy-ready code
/* CSS */
color: #fe46bd;
background-color: #fe46bd;
/* Tailwind (arbitrary) */
class="text-[#fe46bd] bg-[#fe46bd]"
/* SCSS */
$brand: #fe46bd;
/* SwiftUI */
Color(red: 0.996, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#fe46bd")Accessibility — WCAG contrast
Aa
#fe46bd on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe46bd on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green27.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow25.6%
Key (black)0.4%
Color previews
#fe46bd text on a black background
contrast 6.83:1
Card sample
#fe46bd text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe46bd;
Background color
Panel with #fe46bd background
background-color: #fe46bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe46bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe46bd; background: linear-gradient(135deg, #fe46bd, #FE4A46);