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