#ff32da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 50, 218
HSL
311°, 100%, 60%
CMYK
0, 80, 15, 0
Luminance
0.2860
Every format
| HEX | #ff32da |
| RGB | rgb(255, 50, 218) |
| HSL | hsl(311, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 15%, 0%) |
| LAB | lab(60.4 87.3 -40.0) |
| LCH | lch(60.4 96.0 335.4) |
| OKLCH | oklch(0.696 0.280 337.1) |
Copy-ready code
/* CSS */
color: #ff32da;
background-color: #ff32da;
/* Tailwind (arbitrary) */
class="text-[#ff32da] bg-[#ff32da]"
/* SCSS */
$brand: #ff32da;
/* SwiftUI */
Color(red: 1.000, green: 0.196, blue: 0.855)
/* Android */
Color.parseColor("#ff32da")Accessibility — WCAG contrast
Aa
#ff32da on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff32da on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green19.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow14.5%
Key (black)0.0%
Color previews
#ff32da text on a black background
contrast 6.72:1
Card sample
#ff32da text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff32da;
Background color
Panel with #ff32da background
background-color: #ff32da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff32da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 50, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 50, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff32da; background: linear-gradient(135deg, #ff32da, #FF3251);