#fc72df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 114, 223
HSL
313°, 96%, 72%
CMYK
0, 55, 12, 1
Luminance
0.3806
Every format
| HEX | #fc72df |
| RGB | rgb(252, 114, 223) |
| HSL | hsl(313, 96%, 72%) |
| CMYK | cmyk(0%, 55%, 12%, 1%) |
| LAB | lab(68.1 65.3 -30.9) |
| LCH | lch(68.1 72.3 334.7) |
| OKLCH | oklch(0.752 0.208 336.3) |
Copy-ready code
/* CSS */
color: #fc72df;
background-color: #fc72df;
/* Tailwind (arbitrary) */
class="text-[#fc72df] bg-[#fc72df]"
/* SCSS */
$brand: #fc72df;
/* SwiftUI */
Color(red: 0.988, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#fc72df")Accessibility — WCAG contrast
Aa
#fc72df on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc72df on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green44.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow11.5%
Key (black)1.2%
Color previews
#fc72df text on a black background
contrast 8.61:1
Card sample
#fc72df text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc72df;
Background color
Panel with #fc72df background
background-color: #fc72df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc72df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc72df; background: linear-gradient(135deg, #fc72df, #FC7283);