#fc3cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 60, 251
HSL
300°, 97%, 61%
CMYK
0, 76, 0, 1
Luminance
0.3089
Every format
| HEX | #fc3cfb |
| RGB | rgb(252, 60, 251) |
| HSL | hsl(300, 97%, 61%) |
| CMYK | cmyk(0%, 76%, 0%, 1%) |
| LAB | lab(62.4 88.9 -55.3) |
| LCH | lch(62.4 104.7 328.1) |
| OKLCH | oklch(0.715 0.292 328.3) |
Copy-ready code
/* CSS */
color: #fc3cfb;
background-color: #fc3cfb;
/* Tailwind (arbitrary) */
class="text-[#fc3cfb] bg-[#fc3cfb]"
/* SCSS */
$brand: #fc3cfb;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 0.984)
/* Android */
Color.parseColor("#fc3cfb")Accessibility — WCAG contrast
Aa
#fc3cfb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc3cfb on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow0.4%
Key (black)1.2%
Color previews
#fc3cfb text on a black background
contrast 7.18:1
Card sample
#fc3cfb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3cfb;
Background color
Panel with #fc3cfb background
background-color: #fc3cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3cfb; background: linear-gradient(135deg, #fc3cfb, #FC3C7B);