#fc7eb2
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 126, 178
HSL
335°, 96%, 74%
CMYK
0, 50, 29, 1
Luminance
0.3883
Every format
| HEX | #fc7eb2 |
| RGB | rgb(252, 126, 178) |
| HSL | hsl(335, 96%, 74%) |
| CMYK | cmyk(0%, 50%, 29%, 1%) |
| LAB | lab(68.6 53.5 -4.9) |
| LCH | lch(68.6 53.7 354.8) |
| OKLCH | oklch(0.751 0.163 355.7) |
Copy-ready code
/* CSS */
color: #fc7eb2;
background-color: #fc7eb2;
/* Tailwind (arbitrary) */
class="text-[#fc7eb2] bg-[#fc7eb2]"
/* SCSS */
$brand: #fc7eb2;
/* SwiftUI */
Color(red: 0.988, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#fc7eb2")Accessibility — WCAG contrast
Aa
#fc7eb2 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7eb2 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow29.4%
Key (black)1.2%
Color previews
#fc7eb2 text on a black background
contrast 8.77:1
Card sample
#fc7eb2 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7eb2;
Background color
Panel with #fc7eb2 background
background-color: #fc7eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7eb2; background: linear-gradient(135deg, #fc7eb2, #FC9E7E);