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