#fc07ba
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 7, 186
HSL
316°, 98%, 51%
CMYK
0, 97, 26, 1
Luminance
0.2439
Every format
| HEX | #fc07ba |
| RGB | rgb(252, 7, 186) |
| HSL | hsl(316, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 26%, 1%) |
| LAB | lab(56.5 88.7 -27.8) |
| LCH | lch(56.5 93.0 342.6) |
| OKLCH | oklch(0.662 0.280 344.6) |
Copy-ready code
/* CSS */
color: #fc07ba;
background-color: #fc07ba;
/* Tailwind (arbitrary) */
class="text-[#fc07ba] bg-[#fc07ba]"
/* SCSS */
$brand: #fc07ba;
/* SwiftUI */
Color(red: 0.988, green: 0.027, blue: 0.729)
/* Android */
Color.parseColor("#fc07ba")Accessibility — WCAG contrast
Aa
#fc07ba on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc07ba on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green2.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow26.2%
Key (black)1.2%
Color previews
#fc07ba text on a black background
contrast 5.88:1
Card sample
#fc07ba text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc07ba;
Background color
Panel with #fc07ba background
background-color: #fc07ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc07ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 7, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 7, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc07ba; background: linear-gradient(135deg, #fc07ba, #FC0717);