#fc7cac
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 124, 172
HSL
338°, 96%, 74%
CMYK
0, 51, 32, 1
Luminance
0.3809
Every format
| HEX | #fc7cac |
| RGB | rgb(252, 124, 172) |
| HSL | hsl(338, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 32%, 1%) |
| LAB | lab(68.1 53.7 -2.3) |
| LCH | lch(68.1 53.8 357.5) |
| OKLCH | oklch(0.746 0.163 358.1) |
Copy-ready code
/* CSS */
color: #fc7cac;
background-color: #fc7cac;
/* Tailwind (arbitrary) */
class="text-[#fc7cac] bg-[#fc7cac]"
/* SCSS */
$brand: #fc7cac;
/* SwiftUI */
Color(red: 0.988, green: 0.486, blue: 0.675)
/* Android */
Color.parseColor("#fc7cac")Accessibility — WCAG contrast
Aa
#fc7cac on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7cac on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow31.7%
Key (black)1.2%
Color previews
#fc7cac text on a black background
contrast 8.62:1
Card sample
#fc7cac text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7cac;
Background color
Panel with #fc7cac background
background-color: #fc7cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 124, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 124, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7cac; background: linear-gradient(135deg, #fc7cac, #FCA17C);