#fc5fac
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 95, 172
HSL
331°, 96%, 68%
CMYK
0, 62, 32, 1
Luminance
0.3186
Every format
| HEX | #fc5fac |
| RGB | rgb(252, 95, 172) |
| HSL | hsl(331, 96%, 68%) |
| CMYK | cmyk(0%, 62%, 32%, 1%) |
| LAB | lab(63.2 66.6 -9.5) |
| LCH | lch(63.2 67.3 351.9) |
| OKLCH | oklch(0.710 0.204 353.2) |
Copy-ready code
/* CSS */
color: #fc5fac;
background-color: #fc5fac;
/* Tailwind (arbitrary) */
class="text-[#fc5fac] bg-[#fc5fac]"
/* SCSS */
$brand: #fc5fac;
/* SwiftUI */
Color(red: 0.988, green: 0.373, blue: 0.675)
/* Android */
Color.parseColor("#fc5fac")Accessibility — WCAG contrast
Aa
#fc5fac on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5fac on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green37.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow31.7%
Key (black)1.2%
Color previews
#fc5fac text on a black background
contrast 7.37:1
Card sample
#fc5fac text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5fac;
Background color
Panel with #fc5fac background
background-color: #fc5fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 95, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 95, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5fac; background: linear-gradient(135deg, #fc5fac, #FC7B5F);