#fc7ba2
a light, electric magenta / pink · warm · closest name: salmon
RGB
252, 123, 162
HSL
342°, 96%, 74%
CMYK
0, 51, 36, 1
Luminance
0.3747
Every format
| HEX | #fc7ba2 |
| RGB | rgb(252, 123, 162) |
| HSL | hsl(342, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 36%, 1%) |
| LAB | lab(67.6 53.0 2.7) |
| LCH | lch(67.6 53.1 2.9) |
| OKLCH | oklch(0.742 0.161 2.7) |
Copy-ready code
/* CSS */
color: #fc7ba2;
background-color: #fc7ba2;
/* Tailwind (arbitrary) */
class="text-[#fc7ba2] bg-[#fc7ba2]"
/* SCSS */
$brand: #fc7ba2;
/* SwiftUI */
Color(red: 0.988, green: 0.482, blue: 0.635)
/* Android */
Color.parseColor("#fc7ba2")Accessibility — WCAG contrast
Aa
#fc7ba2 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7ba2 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow35.7%
Key (black)1.2%
Color previews
#fc7ba2 text on a black background
contrast 8.49:1
Card sample
#fc7ba2 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7ba2;
Background color
Panel with #fc7ba2 background
background-color: #fc7ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 123, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 123, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7ba2; background: linear-gradient(135deg, #fc7ba2, #FCAA7B);