#fe7eb5
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 126, 181
HSL
334°, 99%, 75%
CMYK
0, 50, 29, 0
Luminance
0.3933
Every format
| HEX | #fe7eb5 |
| RGB | rgb(254, 126, 181) |
| HSL | hsl(334, 99%, 75%) |
| CMYK | cmyk(0%, 50%, 29%, 0%) |
| LAB | lab(69.0 54.5 -6.0) |
| LCH | lch(69.0 54.8 353.7) |
| OKLCH | oklch(0.754 0.166 354.8) |
Copy-ready code
/* CSS */
color: #fe7eb5;
background-color: #fe7eb5;
/* Tailwind (arbitrary) */
class="text-[#fe7eb5] bg-[#fe7eb5]"
/* SCSS */
$brand: #fe7eb5;
/* SwiftUI */
Color(red: 0.996, green: 0.494, blue: 0.710)
/* Android */
Color.parseColor("#fe7eb5")Accessibility — WCAG contrast
Aa
#fe7eb5 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7eb5 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.4%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow28.7%
Key (black)0.4%
Color previews
#fe7eb5 text on a black background
contrast 8.87:1
Card sample
#fe7eb5 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7eb5;
Background color
Panel with #fe7eb5 background
background-color: #fe7eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 126, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 126, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7eb5; background: linear-gradient(135deg, #fe7eb5, #FE9C7E);