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