#fc8ba2
a light, electric red · warm · closest name: salmon
RGB
252, 139, 162
HSL
348°, 95%, 77%
CMYK
0, 45, 36, 1
Luminance
0.4177
Every format
| HEX | #fc8ba2 |
| RGB | rgb(252, 139, 162) |
| HSL | hsl(348, 95%, 77%) |
| CMYK | cmyk(0%, 45%, 36%, 1%) |
| LAB | lab(70.7 45.1 7.1) |
| LCH | lch(70.7 45.7 9.0) |
| OKLCH | oklch(0.765 0.138 7.9) |
Copy-ready code
/* CSS */
color: #fc8ba2;
background-color: #fc8ba2;
/* Tailwind (arbitrary) */
class="text-[#fc8ba2] bg-[#fc8ba2]"
/* SCSS */
$brand: #fc8ba2;
/* SwiftUI */
Color(red: 0.988, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#fc8ba2")Accessibility — WCAG contrast
Aa
#fc8ba2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8ba2 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow35.7%
Key (black)1.2%
Color previews
#fc8ba2 text on a black background
contrast 9.35:1
Card sample
#fc8ba2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8ba2;
Background color
Panel with #fc8ba2 background
background-color: #fc8ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8ba2; background: linear-gradient(135deg, #fc8ba2, #FCBF8B);