#ff329c
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 50, 156
HSL
329°, 100%, 60%
CMYK
0, 80, 39, 0
Luminance
0.2594
Every format
| HEX | #ff329c |
| RGB | rgb(255, 50, 156) |
| HSL | hsl(329, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 39%, 0%) |
| LAB | lab(58.0 80.3 -8.0) |
| LCH | lch(58.0 80.7 354.3) |
| OKLCH | oklch(0.671 0.248 355.4) |
Copy-ready code
/* CSS */
color: #ff329c;
background-color: #ff329c;
/* Tailwind (arbitrary) */
class="text-[#ff329c] bg-[#ff329c]"
/* SCSS */
$brand: #ff329c;
/* SwiftUI */
Color(red: 1.000, green: 0.196, blue: 0.612)
/* Android */
Color.parseColor("#ff329c")Accessibility — WCAG contrast
Aa
#ff329c on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff329c on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green19.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow38.8%
Key (black)0.0%
Color previews
#ff329c text on a black background
contrast 6.19:1
Card sample
#ff329c text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff329c;
Background color
Panel with #ff329c background
background-color: #ff329c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff329c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 50, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 50, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff329c; background: linear-gradient(135deg, #ff329c, #FF5132);