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