#fc74b8
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 116, 184
HSL
330°, 96%, 72%
CMYK
0, 54, 27, 1
Luminance
0.3665
Every format
| HEX | #fc74b8 |
| RGB | rgb(252, 116, 184) |
| HSL | hsl(330, 96%, 72%) |
| CMYK | cmyk(0%, 54%, 27%, 1%) |
| LAB | lab(67.0 58.9 -10.7) |
| LCH | lch(67.0 59.9 349.7) |
| OKLCH | oklch(0.739 0.180 351.2) |
Copy-ready code
/* CSS */
color: #fc74b8;
background-color: #fc74b8;
/* Tailwind (arbitrary) */
class="text-[#fc74b8] bg-[#fc74b8]"
/* SCSS */
$brand: #fc74b8;
/* SwiftUI */
Color(red: 0.988, green: 0.455, blue: 0.722)
/* Android */
Color.parseColor("#fc74b8")Accessibility — WCAG contrast
Aa
#fc74b8 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc74b8 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green45.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow27.0%
Key (black)1.2%
Color previews
#fc74b8 text on a black background
contrast 8.33:1
Card sample
#fc74b8 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc74b8;
Background color
Panel with #fc74b8 background
background-color: #fc74b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc74b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 116, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 116, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc74b8; background: linear-gradient(135deg, #fc74b8, #FC8B74);