#fc8baf
a light, electric magenta / pink · warm · closest name: pink
RGB
252, 139, 175
HSL
341°, 95%, 77%
CMYK
0, 45, 31, 1
Luminance
0.4226
Every format
| HEX | #fc8baf |
| RGB | rgb(252, 139, 175) |
| HSL | hsl(341, 95%, 77%) |
| CMYK | cmyk(0%, 45%, 31%, 1%) |
| LAB | lab(71.0 46.7 0.3) |
| LCH | lch(71.0 46.7 0.4) |
| OKLCH | oklch(0.769 0.142 0.6) |
Copy-ready code
/* CSS */
color: #fc8baf;
background-color: #fc8baf;
/* Tailwind (arbitrary) */
class="text-[#fc8baf] bg-[#fc8baf]"
/* SCSS */
$brand: #fc8baf;
/* SwiftUI */
Color(red: 0.988, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#fc8baf")Accessibility — WCAG contrast
Aa
#fc8baf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8baf on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow30.6%
Key (black)1.2%
Color previews
#fc8baf text on a black background
contrast 9.45:1
Card sample
#fc8baf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8baf;
Background color
Panel with #fc8baf background
background-color: #fc8baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8baf; background: linear-gradient(135deg, #fc8baf, #FCB28B);