#fc5fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 95, 186
HSL
325°, 96%, 68%
CMYK
0, 62, 26, 1
Luminance
0.3243
Every format
| HEX | #fc5fba |
| RGB | rgb(252, 95, 186) |
| HSL | hsl(325, 96%, 68%) |
| CMYK | cmyk(0%, 62%, 26%, 1%) |
| LAB | lab(63.7 68.3 -16.8) |
| LCH | lch(63.7 70.3 346.2) |
| OKLCH | oklch(0.715 0.211 347.9) |
Copy-ready code
/* CSS */
color: #fc5fba;
background-color: #fc5fba;
/* Tailwind (arbitrary) */
class="text-[#fc5fba] bg-[#fc5fba]"
/* SCSS */
$brand: #fc5fba;
/* SwiftUI */
Color(red: 0.988, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#fc5fba")Accessibility — WCAG contrast
Aa
#fc5fba on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5fba on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green37.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow26.2%
Key (black)1.2%
Color previews
#fc5fba text on a black background
contrast 7.49:1
Card sample
#fc5fba text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5fba;
Background color
Panel with #fc5fba background
background-color: #fc5fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5fba; background: linear-gradient(135deg, #fc5fba, #FC6C5F);