#fc7eb9
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 126, 185
HSL
332°, 96%, 74%
CMYK
0, 50, 27, 1
Luminance
0.3912
Every format
| HEX | #fc7eb9 |
| RGB | rgb(252, 126, 185) |
| HSL | hsl(332, 96%, 74%) |
| CMYK | cmyk(0%, 50%, 27%, 1%) |
| LAB | lab(68.8 54.4 -8.5) |
| LCH | lch(68.8 55.0 351.1) |
| OKLCH | oklch(0.753 0.166 352.4) |
Copy-ready code
/* CSS */
color: #fc7eb9;
background-color: #fc7eb9;
/* Tailwind (arbitrary) */
class="text-[#fc7eb9] bg-[#fc7eb9]"
/* SCSS */
$brand: #fc7eb9;
/* SwiftUI */
Color(red: 0.988, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#fc7eb9")Accessibility — WCAG contrast
Aa
#fc7eb9 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7eb9 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.4%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow26.6%
Key (black)1.2%
Color previews
#fc7eb9 text on a black background
contrast 8.82:1
Card sample
#fc7eb9 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7eb9;
Background color
Panel with #fc7eb9 background
background-color: #fc7eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7eb9; background: linear-gradient(135deg, #fc7eb9, #FC977E);