#fc4afb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 74, 251
HSL
300°, 97%, 64%
CMYK
0, 71, 0, 1
Luminance
0.3256
Every format
| HEX | #fc4afb |
| RGB | rgb(252, 74, 251) |
| HSL | hsl(300, 97%, 64%) |
| CMYK | cmyk(0%, 71%, 0%, 1%) |
| LAB | lab(63.8 84.9 -53.1) |
| LCH | lch(63.8 100.2 328.0) |
| OKLCH | oklch(0.725 0.279 328.2) |
Copy-ready code
/* CSS */
color: #fc4afb;
background-color: #fc4afb;
/* Tailwind (arbitrary) */
class="text-[#fc4afb] bg-[#fc4afb]"
/* SCSS */
$brand: #fc4afb;
/* SwiftUI */
Color(red: 0.988, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#fc4afb")Accessibility — WCAG contrast
Aa
#fc4afb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4afb on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.0%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow0.4%
Key (black)1.2%
Color previews
#fc4afb text on a black background
contrast 7.51:1
Card sample
#fc4afb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4afb;
Background color
Panel with #fc4afb background
background-color: #fc4afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4afb; background: linear-gradient(135deg, #fc4afb, #FC4A84);