#fc72ac
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 114, 172
HSL
335°, 96%, 72%
CMYK
0, 55, 32, 1
Luminance
0.3571
Every format
| HEX | #fc72ac |
| RGB | rgb(252, 114, 172) |
| HSL | hsl(335, 96%, 72%) |
| CMYK | cmyk(0%, 55%, 32%, 1%) |
| LAB | lab(66.3 58.4 -4.9) |
| LCH | lch(66.3 58.6 355.2) |
| OKLCH | oklch(0.733 0.178 356.0) |
Copy-ready code
/* CSS */
color: #fc72ac;
background-color: #fc72ac;
/* Tailwind (arbitrary) */
class="text-[#fc72ac] bg-[#fc72ac]"
/* SCSS */
$brand: #fc72ac;
/* SwiftUI */
Color(red: 0.988, green: 0.447, blue: 0.675)
/* Android */
Color.parseColor("#fc72ac")Accessibility — WCAG contrast
Aa
#fc72ac on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc72ac on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green44.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow31.7%
Key (black)1.2%
Color previews
#fc72ac text on a black background
contrast 8.14:1
Card sample
#fc72ac text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc72ac;
Background color
Panel with #fc72ac background
background-color: #fc72ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc72ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 114, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 114, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc72ac; background: linear-gradient(135deg, #fc72ac, #FC9472);