#fe89df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 137, 223
HSL
316°, 98%, 77%
CMYK
0, 46, 12, 0
Luminance
0.4429
Every format
| HEX | #fe89df |
| RGB | rgb(254, 137, 223) |
| HSL | hsl(316, 98%, 77%) |
| CMYK | cmyk(0%, 46%, 12%, 0%) |
| LAB | lab(72.4 55.1 -24.2) |
| LCH | lch(72.4 60.2 336.3) |
| OKLCH | oklch(0.784 0.173 338.0) |
Copy-ready code
/* CSS */
color: #fe89df;
background-color: #fe89df;
/* Tailwind (arbitrary) */
class="text-[#fe89df] bg-[#fe89df]"
/* SCSS */
$brand: #fe89df;
/* SwiftUI */
Color(red: 0.996, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#fe89df")Accessibility — WCAG contrast
Aa
#fe89df on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe89df on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green53.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow12.2%
Key (black)0.4%
Color previews
#fe89df text on a black background
contrast 9.86:1
Card sample
#fe89df text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe89df;
Background color
Panel with #fe89df background
background-color: #fe89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe89df; background: linear-gradient(135deg, #fe89df, #FE8991);