#fc2df9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 45, 249
HSL
301°, 97%, 58%
CMYK
0, 82, 1, 1
Luminance
0.2941
Every format
| HEX | #fc2df9 |
| RGB | rgb(252, 45, 249) |
| HSL | hsl(301, 97%, 58%) |
| CMYK | cmyk(0%, 82%, 1%, 1%) |
| LAB | lab(61.1 92.0 -56.2) |
| LCH | lch(61.1 107.8 328.6) |
| OKLCH | oklch(0.706 0.302 328.9) |
Copy-ready code
/* CSS */
color: #fc2df9;
background-color: #fc2df9;
/* Tailwind (arbitrary) */
class="text-[#fc2df9] bg-[#fc2df9]"
/* SCSS */
$brand: #fc2df9;
/* SwiftUI */
Color(red: 0.988, green: 0.176, blue: 0.976)
/* Android */
Color.parseColor("#fc2df9")Accessibility — WCAG contrast
Aa
#fc2df9 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2df9 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.6%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow1.2%
Key (black)1.2%
Color previews
#fc2df9 text on a black background
contrast 6.88:1
Card sample
#fc2df9 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2df9;
Background color
Panel with #fc2df9 background
background-color: #fc2df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 45, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 45, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2df9; background: linear-gradient(135deg, #fc2df9, #FC2D6F);