#fc8eb2
a light, electric magenta / pink · warm · closest name: pink
RGB
252, 142, 178
HSL
340°, 95%, 77%
CMYK
0, 44, 29, 1
Luminance
0.4326
Every format
| HEX | #fc8eb2 |
| RGB | rgb(252, 142, 178) |
| HSL | hsl(340, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 29%, 1%) |
| LAB | lab(71.7 45.6 -0.3) |
| LCH | lch(71.7 45.6 359.6) |
| OKLCH | oklch(0.774 0.138 359.9) |
Copy-ready code
/* CSS */
color: #fc8eb2;
background-color: #fc8eb2;
/* Tailwind (arbitrary) */
class="text-[#fc8eb2] bg-[#fc8eb2]"
/* SCSS */
$brand: #fc8eb2;
/* SwiftUI */
Color(red: 0.988, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#fc8eb2")Accessibility — WCAG contrast
Aa
#fc8eb2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8eb2 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green55.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow29.4%
Key (black)1.2%
Color previews
#fc8eb2 text on a black background
contrast 9.65:1
Card sample
#fc8eb2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8eb2;
Background color
Panel with #fc8eb2 background
background-color: #fc8eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8eb2; background: linear-gradient(135deg, #fc8eb2, #FCB48E);