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