#fc07fd
a balanced, electric magenta / pink · warm · “magenta”
RGB
252, 7, 253
HSL
300°, 98%, 51%
CMYK
0, 97, 0, 1
Luminance
0.2794
Every format
| HEX | #fc07fd |
| RGB | rgb(252, 7, 253) |
| HSL | hsl(300, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 0%, 1%) |
| LAB | lab(59.8 97.1 -60.5) |
| LCH | lch(59.8 114.4 328.1) |
| OKLCH | oklch(0.697 0.319 328.1) |
Copy-ready code
/* CSS */
color: #fc07fd;
background-color: #fc07fd;
/* Tailwind (arbitrary) */
class="text-[#fc07fd] bg-[#fc07fd]"
/* SCSS */
$brand: #fc07fd;
/* SwiftUI */
Color(red: 0.988, green: 0.027, blue: 0.992)
/* Android */
Color.parseColor("#fc07fd")Accessibility — WCAG contrast
Aa
#fc07fd on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc07fd on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green2.7%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta97.2%
Yellow0.0%
Key (black)0.8%
Color previews
#fc07fd text on a black background
contrast 6.59:1
Card sample
#fc07fd text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc07fd;
Background color
Panel with #fc07fd background
background-color: #fc07fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc07fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 7, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 7, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc07fd; background: linear-gradient(135deg, #fc07fd, #FD075A);