#ff32c2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 50, 194
HSL
318°, 100%, 60%
CMYK
0, 80, 24, 0
Luminance
0.2744
Every format
| HEX | #ff32c2 |
| RGB | rgb(255, 50, 194) |
| HSL | hsl(318, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 24%, 0%) |
| LAB | lab(59.4 84.3 -27.9) |
| LCH | lch(59.4 88.8 341.7) |
| OKLCH | oklch(0.685 0.266 343.7) |
Copy-ready code
/* CSS */
color: #ff32c2;
background-color: #ff32c2;
/* Tailwind (arbitrary) */
class="text-[#ff32c2] bg-[#ff32c2]"
/* SCSS */
$brand: #ff32c2;
/* SwiftUI */
Color(red: 1.000, green: 0.196, blue: 0.761)
/* Android */
Color.parseColor("#ff32c2")Accessibility — WCAG contrast
Aa
#ff32c2 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff32c2 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green19.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow23.9%
Key (black)0.0%
Color previews
#ff32c2 text on a black background
contrast 6.49:1
Card sample
#ff32c2 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff32c2;
Background color
Panel with #ff32c2 background
background-color: #ff32c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff32c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 50, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 50, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff32c2; background: linear-gradient(135deg, #ff32c2, #FF3239);