#fc5cbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 92, 191
HSL
323°, 96%, 68%
CMYK
0, 64, 24, 1
Luminance
0.3211
Every format
| HEX | #fc5cbf |
| RGB | rgb(252, 92, 191) |
| HSL | hsl(323, 96%, 68%) |
| CMYK | cmyk(0%, 64%, 24%, 1%) |
| LAB | lab(63.4 70.1 -20.0) |
| LCH | lch(63.4 72.9 344.1) |
| OKLCH | oklch(0.714 0.218 345.9) |
Copy-ready code
/* CSS */
color: #fc5cbf;
background-color: #fc5cbf;
/* Tailwind (arbitrary) */
class="text-[#fc5cbf] bg-[#fc5cbf]"
/* SCSS */
$brand: #fc5cbf;
/* SwiftUI */
Color(red: 0.988, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#fc5cbf")Accessibility — WCAG contrast
Aa
#fc5cbf on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5cbf on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green36.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow24.2%
Key (black)1.2%
Color previews
#fc5cbf text on a black background
contrast 7.42:1
Card sample
#fc5cbf text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5cbf;
Background color
Panel with #fc5cbf background
background-color: #fc5cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5cbf; background: linear-gradient(135deg, #fc5cbf, #FC645C);