#fc2bba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 43, 186
HSL
319°, 97%, 58%
CMYK
0, 83, 26, 1
Luminance
0.2597
Every format
| HEX | #fc2bba |
| RGB | rgb(252, 43, 186) |
| HSL | hsl(319, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 26%, 1%) |
| LAB | lab(58.0 84.3 -25.5) |
| LCH | lch(58.0 88.0 343.2) |
| OKLCH | oklch(0.673 0.265 345.2) |
Copy-ready code
/* CSS */
color: #fc2bba;
background-color: #fc2bba;
/* Tailwind (arbitrary) */
class="text-[#fc2bba] bg-[#fc2bba]"
/* SCSS */
$brand: #fc2bba;
/* SwiftUI */
Color(red: 0.988, green: 0.169, blue: 0.729)
/* Android */
Color.parseColor("#fc2bba")Accessibility — WCAG contrast
Aa
#fc2bba on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2bba on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green16.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow26.2%
Key (black)1.2%
Color previews
#fc2bba text on a black background
contrast 6.19:1
Card sample
#fc2bba text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2bba;
Background color
Panel with #fc2bba background
background-color: #fc2bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 43, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 43, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2bba; background: linear-gradient(135deg, #fc2bba, #FC2B2F);