#fc0df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 13, 242
HSL
303°, 98%, 52%
CMYK
0, 95, 4, 1
Luminance
0.2739
Every format
| HEX | #fc0df2 |
| RGB | rgb(252, 13, 242) |
| HSL | hsl(303, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 4%, 1%) |
| LAB | lab(59.3 95.2 -55.2) |
| LCH | lch(59.3 110.0 329.9) |
| OKLCH | oklch(0.692 0.311 330.6) |
Copy-ready code
/* CSS */
color: #fc0df2;
background-color: #fc0df2;
/* Tailwind (arbitrary) */
class="text-[#fc0df2] bg-[#fc0df2]"
/* SCSS */
$brand: #fc0df2;
/* SwiftUI */
Color(red: 0.988, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#fc0df2")Accessibility — WCAG contrast
Aa
#fc0df2 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0df2 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green5.1%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow4.0%
Key (black)1.2%
Color previews
#fc0df2 text on a black background
contrast 6.48:1
Card sample
#fc0df2 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0df2;
Background color
Panel with #fc0df2 background
background-color: #fc0df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0df2; background: linear-gradient(135deg, #fc0df2, #FC0D53);