#ff34cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 52, 207
HSL
314°, 100%, 60%
CMYK
0, 80, 19, 0
Luminance
0.2822
Every format
| HEX | #ff34cf |
| RGB | rgb(255, 52, 207) |
| HSL | hsl(314, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 19%, 0%) |
| LAB | lab(60.1 85.4 -34.3) |
| LCH | lch(60.1 92.0 338.2) |
| OKLCH | oklch(0.692 0.272 340.1) |
Copy-ready code
/* CSS */
color: #ff34cf;
background-color: #ff34cf;
/* Tailwind (arbitrary) */
class="text-[#ff34cf] bg-[#ff34cf]"
/* SCSS */
$brand: #ff34cf;
/* SwiftUI */
Color(red: 1.000, green: 0.204, blue: 0.812)
/* Android */
Color.parseColor("#ff34cf")Accessibility — WCAG contrast
Aa
#ff34cf on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff34cf on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow18.8%
Key (black)0.0%
Color previews
#ff34cf text on a black background
contrast 6.64:1
Card sample
#ff34cf text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff34cf;
Background color
Panel with #ff34cf background
background-color: #ff34cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff34cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 52, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 52, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff34cf; background: linear-gradient(135deg, #ff34cf, #FF3448);