#fc34eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 52, 235
HSL
305°, 97%, 60%
CMYK
0, 79, 7, 1
Luminance
0.2915
Every format
| HEX | #fc34eb |
| RGB | rgb(252, 52, 235) |
| HSL | hsl(305, 97%, 60%) |
| CMYK | cmyk(0%, 79%, 7%, 1%) |
| LAB | lab(60.9 88.5 -48.8) |
| LCH | lch(60.9 101.1 331.1) |
| OKLCH | oklch(0.702 0.288 332.2) |
Copy-ready code
/* CSS */
color: #fc34eb;
background-color: #fc34eb;
/* Tailwind (arbitrary) */
class="text-[#fc34eb] bg-[#fc34eb]"
/* SCSS */
$brand: #fc34eb;
/* SwiftUI */
Color(red: 0.988, green: 0.204, blue: 0.922)
/* Android */
Color.parseColor("#fc34eb")Accessibility — WCAG contrast
Aa
#fc34eb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc34eb on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green20.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow6.7%
Key (black)1.2%
Color previews
#fc34eb text on a black background
contrast 6.83:1
Card sample
#fc34eb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc34eb;
Background color
Panel with #fc34eb background
background-color: #fc34eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc34eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 52, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 52, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc34eb; background: linear-gradient(135deg, #fc34eb, #FC3466);