#fc52df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 82, 223
HSL
310°, 97%, 66%
CMYK
0, 68, 12, 1
Luminance
0.3206
Every format
| HEX | #fc52df |
| RGB | rgb(252, 82, 223) |
| HSL | hsl(310, 97%, 66%) |
| CMYK | cmyk(0%, 68%, 12%, 1%) |
| LAB | lab(63.4 78.2 -38.2) |
| LCH | lch(63.4 87.0 334.0) |
| OKLCH | oklch(0.717 0.251 335.5) |
Copy-ready code
/* CSS */
color: #fc52df;
background-color: #fc52df;
/* Tailwind (arbitrary) */
class="text-[#fc52df] bg-[#fc52df]"
/* SCSS */
$brand: #fc52df;
/* SwiftUI */
Color(red: 0.988, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#fc52df")Accessibility — WCAG contrast
Aa
#fc52df on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc52df on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green32.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow11.5%
Key (black)1.2%
Color previews
#fc52df text on a black background
contrast 7.41:1
Card sample
#fc52df text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc52df;
Background color
Panel with #fc52df background
background-color: #fc52df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc52df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc52df; background: linear-gradient(135deg, #fc52df, #FC526E);