#fe8eb6
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 142, 182
HSL
339°, 98%, 78%
CMYK
0, 44, 28, 0
Luminance
0.4379
Every format
| HEX | #fe8eb6 |
| RGB | rgb(254, 142, 182) |
| HSL | hsl(339, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 28%, 0%) |
| LAB | lab(72.1 46.8 -2.0) |
| LCH | lch(72.1 46.8 357.6) |
| OKLCH | oklch(0.778 0.142 358.1) |
Copy-ready code
/* CSS */
color: #fe8eb6;
background-color: #fe8eb6;
/* Tailwind (arbitrary) */
class="text-[#fe8eb6] bg-[#fe8eb6]"
/* SCSS */
$brand: #fe8eb6;
/* SwiftUI */
Color(red: 0.996, green: 0.557, blue: 0.714)
/* Android */
Color.parseColor("#fe8eb6")Accessibility — WCAG contrast
Aa
#fe8eb6 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8eb6 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green55.7%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow28.3%
Key (black)0.4%
Color previews
#fe8eb6 text on a black background
contrast 9.76:1
Card sample
#fe8eb6 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8eb6;
Background color
Panel with #fe8eb6 background
background-color: #fe8eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 142, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 142, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8eb6; background: linear-gradient(135deg, #fe8eb6, #FEB18E);