#fc07da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 7, 218
HSL
308°, 98%, 51%
CMYK
0, 97, 14, 1
Luminance
0.2591
Every format
| HEX | #fc07da |
| RGB | rgb(252, 7, 218) |
| HSL | hsl(308, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 14%, 1%) |
| LAB | lab(58.0 92.5 -43.9) |
| LCH | lch(58.0 102.3 334.6) |
| OKLCH | oklch(0.678 0.298 336.2) |
Copy-ready code
/* CSS */
color: #fc07da;
background-color: #fc07da;
/* Tailwind (arbitrary) */
class="text-[#fc07da] bg-[#fc07da]"
/* SCSS */
$brand: #fc07da;
/* SwiftUI */
Color(red: 0.988, green: 0.027, blue: 0.855)
/* Android */
Color.parseColor("#fc07da")Accessibility — WCAG contrast
Aa
#fc07da on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc07da on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green2.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow13.5%
Key (black)1.2%
Color previews
#fc07da text on a black background
contrast 6.18:1
Card sample
#fc07da text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc07da;
Background color
Panel with #fc07da background
background-color: #fc07da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc07da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 7, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 7, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc07da; background: linear-gradient(135deg, #fc07da, #FC0737);