#ff34af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 52, 175
HSL
324°, 100%, 60%
CMYK
0, 80, 31, 0
Luminance
0.2681
Every format
| HEX | #ff34af |
| RGB | rgb(255, 52, 175) |
| HSL | hsl(324, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 31%, 0%) |
| LAB | lab(58.8 81.8 -17.9) |
| LCH | lch(58.8 83.7 347.7) |
| OKLCH | oklch(0.679 0.255 349.4) |
Copy-ready code
/* CSS */
color: #ff34af;
background-color: #ff34af;
/* Tailwind (arbitrary) */
class="text-[#ff34af] bg-[#ff34af]"
/* SCSS */
$brand: #ff34af;
/* SwiftUI */
Color(red: 1.000, green: 0.204, blue: 0.686)
/* Android */
Color.parseColor("#ff34af")Accessibility — WCAG contrast
Aa
#ff34af on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff34af on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow31.4%
Key (black)0.0%
Color previews
#ff34af text on a black background
contrast 6.36:1
Card sample
#ff34af text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff34af;
Background color
Panel with #ff34af background
background-color: #ff34af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff34af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 52, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 52, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff34af; background: linear-gradient(135deg, #ff34af, #FF4034);