#fe2ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 42, 206
HSL
314°, 99%, 58%
CMYK
0, 84, 19, 0
Luminance
0.2718
Every format
| HEX | #fe2ace |
| RGB | rgb(254, 42, 206) |
| HSL | hsl(314, 99%, 58%) |
| CMYK | cmyk(0%, 84%, 19%, 0%) |
| LAB | lab(59.1 87.2 -35.2) |
| LCH | lch(59.1 94.0 338.0) |
| OKLCH | oklch(0.685 0.278 340.0) |
Copy-ready code
/* CSS */
color: #fe2ace;
background-color: #fe2ace;
/* Tailwind (arbitrary) */
class="text-[#fe2ace] bg-[#fe2ace]"
/* SCSS */
$brand: #fe2ace;
/* SwiftUI */
Color(red: 0.996, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#fe2ace")Accessibility — WCAG contrast
Aa
#fe2ace on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2ace on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green16.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow18.9%
Key (black)0.4%
Color previews
#fe2ace text on a black background
contrast 6.44:1
Card sample
#fe2ace text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2ace;
Background color
Panel with #fe2ace background
background-color: #fe2ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2ace; background: linear-gradient(135deg, #fe2ace, #FE2A40);