#fe5ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 90, 206
HSL
318°, 99%, 68%
CMYK
0, 65, 19, 0
Luminance
0.3284
Every format
| HEX | #fe5ace |
| RGB | rgb(254, 90, 206) |
| HSL | hsl(318, 99%, 68%) |
| CMYK | cmyk(0%, 65%, 19%, 0%) |
| LAB | lab(64.0 73.4 -27.6) |
| LCH | lch(64.0 78.4 339.4) |
| OKLCH | oklch(0.720 0.231 341.3) |
Copy-ready code
/* CSS */
color: #fe5ace;
background-color: #fe5ace;
/* Tailwind (arbitrary) */
class="text-[#fe5ace] bg-[#fe5ace]"
/* SCSS */
$brand: #fe5ace;
/* SwiftUI */
Color(red: 0.996, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#fe5ace")Accessibility — WCAG contrast
Aa
#fe5ace on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5ace on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green35.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow18.9%
Key (black)0.4%
Color previews
#fe5ace text on a black background
contrast 7.57:1
Card sample
#fe5ace text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5ace;
Background color
Panel with #fe5ace background
background-color: #fe5ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5ace; background: linear-gradient(135deg, #fe5ace, #FE5A61);