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