#fe83af
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 131, 175
HSL
339°, 98%, 76%
CMYK
0, 48, 31, 0
Luminance
0.4040
Every format
| HEX | #fe83af |
| RGB | rgb(254, 131, 175) |
| HSL | hsl(339, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 31%, 0%) |
| LAB | lab(69.8 51.3 -1.5) |
| LCH | lch(69.8 51.4 358.3) |
| OKLCH | oklch(0.759 0.156 358.8) |
Copy-ready code
/* CSS */
color: #fe83af;
background-color: #fe83af;
/* Tailwind (arbitrary) */
class="text-[#fe83af] bg-[#fe83af]"
/* SCSS */
$brand: #fe83af;
/* SwiftUI */
Color(red: 0.996, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#fe83af")Accessibility — WCAG contrast
Aa
#fe83af on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe83af on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green51.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow31.1%
Key (black)0.4%
Color previews
#fe83af text on a black background
contrast 9.08:1
Card sample
#fe83af text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe83af;
Background color
Panel with #fe83af background
background-color: #fe83af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe83af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe83af; background: linear-gradient(135deg, #fe83af, #FEA983);