#ff34da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 52, 218
HSL
311°, 100%, 60%
CMYK
0, 80, 15, 0
Luminance
0.2878
Every format
| HEX | #ff34da |
| RGB | rgb(255, 52, 218) |
| HSL | hsl(311, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 15%, 0%) |
| LAB | lab(60.6 86.8 -39.7) |
| LCH | lch(60.6 95.5 335.4) |
| OKLCH | oklch(0.697 0.278 337.1) |
Copy-ready code
/* CSS */
color: #ff34da;
background-color: #ff34da;
/* Tailwind (arbitrary) */
class="text-[#ff34da] bg-[#ff34da]"
/* SCSS */
$brand: #ff34da;
/* SwiftUI */
Color(red: 1.000, green: 0.204, blue: 0.855)
/* Android */
Color.parseColor("#ff34da")Accessibility — WCAG contrast
Aa
#ff34da on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff34da on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow14.5%
Key (black)0.0%
Color previews
#ff34da text on a black background
contrast 6.76:1
Card sample
#ff34da text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff34da;
Background color
Panel with #ff34da background
background-color: #ff34da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff34da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 52, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 52, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff34da; background: linear-gradient(135deg, #ff34da, #FF3453);