#fe4dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 77, 191
HSL
321°, 99%, 65%
CMYK
0, 70, 25, 0
Luminance
0.3014
Every format
| HEX | #fe4dbf |
| RGB | rgb(254, 77, 191) |
| HSL | hsl(321, 99%, 65%) |
| CMYK | cmyk(0%, 70%, 25%, 0%) |
| LAB | lab(61.8 76.1 -22.5) |
| LCH | lch(61.8 79.4 343.5) |
| OKLCH | oklch(0.702 0.238 345.4) |
Copy-ready code
/* CSS */
color: #fe4dbf;
background-color: #fe4dbf;
/* Tailwind (arbitrary) */
class="text-[#fe4dbf] bg-[#fe4dbf]"
/* SCSS */
$brand: #fe4dbf;
/* SwiftUI */
Color(red: 0.996, green: 0.302, blue: 0.749)
/* Android */
Color.parseColor("#fe4dbf")Accessibility — WCAG contrast
Aa
#fe4dbf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4dbf on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green30.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow24.8%
Key (black)0.4%
Color previews
#fe4dbf text on a black background
contrast 7.03:1
Card sample
#fe4dbf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4dbf;
Background color
Panel with #fe4dbf background
background-color: #fe4dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 77, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 77, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4dbf; background: linear-gradient(135deg, #fe4dbf, #FE514D);