#fc79df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 121, 223
HSL
313°, 96%, 73%
CMYK
0, 52, 12, 1
Luminance
0.3970
Every format
| HEX | #fc79df |
| RGB | rgb(252, 121, 223) |
| HSL | hsl(313, 96%, 73%) |
| CMYK | cmyk(0%, 52%, 12%, 1%) |
| LAB | lab(69.3 62.1 -29.1) |
| LCH | lch(69.3 68.6 334.9) |
| OKLCH | oklch(0.760 0.197 336.6) |
Copy-ready code
/* CSS */
color: #fc79df;
background-color: #fc79df;
/* Tailwind (arbitrary) */
class="text-[#fc79df] bg-[#fc79df]"
/* SCSS */
$brand: #fc79df;
/* SwiftUI */
Color(red: 0.988, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#fc79df")Accessibility — WCAG contrast
Aa
#fc79df on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc79df on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fc79df text on a black background
contrast 8.94:1
Card sample
#fc79df text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc79df;
Background color
Panel with #fc79df background
background-color: #fc79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc79df; background: linear-gradient(135deg, #fc79df, #FC7987);