#fc4bba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 75, 186
HSL
322°, 97%, 64%
CMYK
0, 70, 26, 1
Luminance
0.2927
Every format
| HEX | #fc4bba |
| RGB | rgb(252, 75, 186) |
| HSL | hsl(322, 97%, 64%) |
| CMYK | cmyk(0%, 70%, 26%, 1%) |
| LAB | lab(61.0 75.7 -20.9) |
| LCH | lch(61.0 78.5 344.6) |
| OKLCH | oklch(0.695 0.236 346.5) |
Copy-ready code
/* CSS */
color: #fc4bba;
background-color: #fc4bba;
/* Tailwind (arbitrary) */
class="text-[#fc4bba] bg-[#fc4bba]"
/* SCSS */
$brand: #fc4bba;
/* SwiftUI */
Color(red: 0.988, green: 0.294, blue: 0.729)
/* Android */
Color.parseColor("#fc4bba")Accessibility — WCAG contrast
Aa
#fc4bba on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4bba on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow26.2%
Key (black)1.2%
Color previews
#fc4bba text on a black background
contrast 6.85:1
Card sample
#fc4bba text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4bba;
Background color
Panel with #fc4bba background
background-color: #fc4bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 75, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 75, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4bba; background: linear-gradient(135deg, #fc4bba, #FC524B);