#ff20e3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 32, 227
HSL
308°, 100%, 56%
CMYK
0, 88, 11, 0
Luminance
0.2784
Every format
| HEX | #ff20e3 |
| RGB | rgb(255, 32, 227) |
| HSL | hsl(308, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 11%, 0%) |
| LAB | lab(59.8 91.7 -46.1) |
| LCH | lch(59.8 102.7 333.3) |
| OKLCH | oklch(0.693 0.296 334.7) |
Copy-ready code
/* CSS */
color: #ff20e3;
background-color: #ff20e3;
/* Tailwind (arbitrary) */
class="text-[#ff20e3] bg-[#ff20e3]"
/* SCSS */
$brand: #ff20e3;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.890)
/* Android */
Color.parseColor("#ff20e3")Accessibility — WCAG contrast
Aa
#ff20e3 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff20e3 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.5%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow11.0%
Key (black)0.0%
Color previews
#ff20e3 text on a black background
contrast 6.57:1
Card sample
#ff20e3 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff20e3;
Background color
Panel with #ff20e3 background
background-color: #ff20e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff20e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 32, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff20e3; background: linear-gradient(135deg, #ff20e3, #FF204F);