#fc7daf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 125, 175
HSL
336°, 96%, 74%
CMYK
0, 50, 31, 1
Luminance
0.3846
Every format
| HEX | #fc7daf |
| RGB | rgb(252, 125, 175) |
| HSL | hsl(336, 96%, 74%) |
| CMYK | cmyk(0%, 50%, 31%, 1%) |
| LAB | lab(68.4 53.6 -3.6) |
| LCH | lch(68.4 53.7 356.2) |
| OKLCH | oklch(0.748 0.163 356.9) |
Copy-ready code
/* CSS */
color: #fc7daf;
background-color: #fc7daf;
/* Tailwind (arbitrary) */
class="text-[#fc7daf] bg-[#fc7daf]"
/* SCSS */
$brand: #fc7daf;
/* SwiftUI */
Color(red: 0.988, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#fc7daf")Accessibility — WCAG contrast
Aa
#fc7daf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7daf on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow30.6%
Key (black)1.2%
Color previews
#fc7daf text on a black background
contrast 8.69:1
Card sample
#fc7daf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7daf;
Background color
Panel with #fc7daf background
background-color: #fc7daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7daf; background: linear-gradient(135deg, #fc7daf, #FCA07D);