#fe3ace
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 58, 206
HSL
315°, 99%, 61%
CMYK
0, 77, 19, 0
Luminance
0.2855
Every format
| HEX | #fe3ace |
| RGB | rgb(254, 58, 206) |
| HSL | hsl(315, 99%, 61%) |
| CMYK | cmyk(0%, 77%, 19%, 0%) |
| LAB | lab(60.4 83.6 -33.2) |
| LCH | lch(60.4 90.0 338.3) |
| OKLCH | oklch(0.694 0.266 340.3) |
Copy-ready code
/* CSS */
color: #fe3ace;
background-color: #fe3ace;
/* Tailwind (arbitrary) */
class="text-[#fe3ace] bg-[#fe3ace]"
/* SCSS */
$brand: #fe3ace;
/* SwiftUI */
Color(red: 0.996, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#fe3ace")Accessibility — WCAG contrast
Aa
#fe3ace on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3ace on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow18.9%
Key (black)0.4%
Color previews
#fe3ace text on a black background
contrast 6.71:1
Card sample
#fe3ace text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3ace;
Background color
Panel with #fe3ace background
background-color: #fe3ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3ace; background: linear-gradient(135deg, #fe3ace, #FE3A4B);