#fc0fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 15, 186
HSL
317°, 98%, 52%
CMYK
0, 94, 26, 1
Luminance
0.2458
Every format
| HEX | #fc0fba |
| RGB | rgb(252, 15, 186) |
| HSL | hsl(317, 98%, 52%) |
| CMYK | cmyk(0%, 94%, 26%, 1%) |
| LAB | lab(56.7 88.2 -27.6) |
| LCH | lch(56.7 92.4 342.6) |
| OKLCH | oklch(0.664 0.278 344.7) |
Copy-ready code
/* CSS */
color: #fc0fba;
background-color: #fc0fba;
/* Tailwind (arbitrary) */
class="text-[#fc0fba] bg-[#fc0fba]"
/* SCSS */
$brand: #fc0fba;
/* SwiftUI */
Color(red: 0.988, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#fc0fba")Accessibility — WCAG contrast
Aa
#fc0fba on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0fba on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green5.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow26.2%
Key (black)1.2%
Color previews
#fc0fba text on a black background
contrast 5.92:1
Card sample
#fc0fba text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0fba;
Background color
Panel with #fc0fba background
background-color: #fc0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0fba; background: linear-gradient(135deg, #fc0fba, #FC0F1C);