#ff34b5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 52, 181
HSL
322°, 100%, 60%
CMYK
0, 80, 29, 0
Luminance
0.2705
Every format
| HEX | #ff34b5 |
| RGB | rgb(255, 52, 181) |
| HSL | hsl(322, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 29%, 0%) |
| LAB | lab(59.0 82.4 -21.0) |
| LCH | lch(59.0 85.0 345.7) |
| OKLCH | oklch(0.681 0.258 347.6) |
Copy-ready code
/* CSS */
color: #ff34b5;
background-color: #ff34b5;
/* Tailwind (arbitrary) */
class="text-[#ff34b5] bg-[#ff34b5]"
/* SCSS */
$brand: #ff34b5;
/* SwiftUI */
Color(red: 1.000, green: 0.204, blue: 0.710)
/* Android */
Color.parseColor("#ff34b5")Accessibility — WCAG contrast
Aa
#ff34b5 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff34b5 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.4%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow29.0%
Key (black)0.0%
Color previews
#ff34b5 text on a black background
contrast 6.41:1
Card sample
#ff34b5 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff34b5;
Background color
Panel with #ff34b5 background
background-color: #ff34b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff34b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 52, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 52, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff34b5; background: linear-gradient(135deg, #ff34b5, #FF3A34);