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