#ff34df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 52, 223
HSL
310°, 100%, 60%
CMYK
0, 80, 13, 0
Luminance
0.2904
Every format
| HEX | #ff34df |
| RGB | rgb(255, 52, 223) |
| HSL | hsl(310, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 13%, 0%) |
| LAB | lab(60.8 87.5 -42.2) |
| LCH | lch(60.8 97.1 334.3) |
| OKLCH | oklch(0.700 0.281 335.8) |
Copy-ready code
/* CSS */
color: #ff34df;
background-color: #ff34df;
/* Tailwind (arbitrary) */
class="text-[#ff34df] bg-[#ff34df]"
/* SCSS */
$brand: #ff34df;
/* SwiftUI */
Color(red: 1.000, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#ff34df")Accessibility — WCAG contrast
Aa
#ff34df on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff34df on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ff34df text on a black background
contrast 6.81:1
Card sample
#ff34df text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff34df;
Background color
Panel with #ff34df background
background-color: #ff34df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff34df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff34df; background: linear-gradient(135deg, #ff34df, #FF3458);