#fc74cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 116, 207
HSL
320°, 96%, 72%
CMYK
0, 54, 18, 1
Luminance
0.3769
Every format
| HEX | #fc74cf |
| RGB | rgb(252, 116, 207) |
| HSL | hsl(320, 96%, 72%) |
| CMYK | cmyk(0%, 54%, 18%, 1%) |
| LAB | lab(67.8 62.1 -22.4) |
| LCH | lch(67.8 66.0 340.1) |
| OKLCH | oklch(0.748 0.194 342.0) |
Copy-ready code
/* CSS */
color: #fc74cf;
background-color: #fc74cf;
/* Tailwind (arbitrary) */
class="text-[#fc74cf] bg-[#fc74cf]"
/* SCSS */
$brand: #fc74cf;
/* SwiftUI */
Color(red: 0.988, green: 0.455, blue: 0.812)
/* Android */
Color.parseColor("#fc74cf")Accessibility — WCAG contrast
Aa
#fc74cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc74cf on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green45.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow17.9%
Key (black)1.2%
Color previews
#fc74cf text on a black background
contrast 8.54:1
Card sample
#fc74cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc74cf;
Background color
Panel with #fc74cf background
background-color: #fc74cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc74cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 116, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 116, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc74cf; background: linear-gradient(135deg, #fc74cf, #FC7474);