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