#fc31df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 49, 223
HSL
309°, 97%, 59%
CMYK
0, 81, 12, 1
Luminance
0.2822
Every format
| HEX | #fc31df |
| RGB | rgb(252, 49, 223) |
| HSL | hsl(309, 97%, 59%) |
| CMYK | cmyk(0%, 81%, 12%, 1%) |
| LAB | lab(60.1 87.6 -43.4) |
| LCH | lch(60.1 97.7 333.7) |
| OKLCH | oklch(0.694 0.282 335.1) |
Copy-ready code
/* CSS */
color: #fc31df;
background-color: #fc31df;
/* Tailwind (arbitrary) */
class="text-[#fc31df] bg-[#fc31df]"
/* SCSS */
$brand: #fc31df;
/* SwiftUI */
Color(red: 0.988, green: 0.192, blue: 0.875)
/* Android */
Color.parseColor("#fc31df")Accessibility — WCAG contrast
Aa
#fc31df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc31df on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green19.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow11.5%
Key (black)1.2%
Color previews
#fc31df text on a black background
contrast 6.64:1
Card sample
#fc31df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc31df;
Background color
Panel with #fc31df background
background-color: #fc31df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc31df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 49, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 49, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc31df; background: linear-gradient(135deg, #fc31df, #FC3158);