#fe8abc
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 138, 188
HSL
334°, 98%, 77%
CMYK
0, 46, 26, 0
Luminance
0.4288
Every format
| HEX | #fe8abc |
| RGB | rgb(254, 138, 188) |
| HSL | hsl(334, 98%, 77%) |
| CMYK | cmyk(0%, 46%, 26%, 0%) |
| LAB | lab(71.5 49.6 -6.2) |
| LCH | lch(71.5 50.0 352.8) |
| OKLCH | oklch(0.774 0.150 353.9) |
Copy-ready code
/* CSS */
color: #fe8abc;
background-color: #fe8abc;
/* Tailwind (arbitrary) */
class="text-[#fe8abc] bg-[#fe8abc]"
/* SCSS */
$brand: #fe8abc;
/* SwiftUI */
Color(red: 0.996, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#fe8abc")Accessibility — WCAG contrast
Aa
#fe8abc on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8abc on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green54.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow26.0%
Key (black)0.4%
Color previews
#fe8abc text on a black background
contrast 9.58:1
Card sample
#fe8abc text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8abc;
Background color
Panel with #fe8abc background
background-color: #fe8abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8abc; background: linear-gradient(135deg, #fe8abc, #FEA58A);