#fc34df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 52, 223
HSL
309°, 97%, 60%
CMYK
0, 79, 12, 1
Luminance
0.2848
Every format
| HEX | #fc34df |
| RGB | rgb(252, 52, 223) |
| HSL | hsl(309, 97%, 60%) |
| CMYK | cmyk(0%, 79%, 12%, 1%) |
| LAB | lab(60.3 86.9 -43.0) |
| LCH | lch(60.3 97.0 333.7) |
| OKLCH | oklch(0.695 0.280 335.2) |
Copy-ready code
/* CSS */
color: #fc34df;
background-color: #fc34df;
/* Tailwind (arbitrary) */
class="text-[#fc34df] bg-[#fc34df]"
/* SCSS */
$brand: #fc34df;
/* SwiftUI */
Color(red: 0.988, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#fc34df")Accessibility — WCAG contrast
Aa
#fc34df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc34df on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green20.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fc34df text on a black background
contrast 6.70:1
Card sample
#fc34df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc34df;
Background color
Panel with #fc34df background
background-color: #fc34df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc34df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc34df; background: linear-gradient(135deg, #fc34df, #FC345A);