#ff20fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 32, 252
HSL
301°, 100%, 56%
CMYK
0, 88, 1, 0
Luminance
0.2932
Every format
| HEX | #ff20fc |
| RGB | rgb(255, 32, 252) |
| HSL | hsl(301, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 1%, 0%) |
| LAB | lab(61.1 95.1 -58.0) |
| LCH | lch(61.1 111.4 328.6) |
| OKLCH | oklch(0.706 0.312 328.9) |
Copy-ready code
/* CSS */
color: #ff20fc;
background-color: #ff20fc;
/* Tailwind (arbitrary) */
class="text-[#ff20fc] bg-[#ff20fc]"
/* SCSS */
$brand: #ff20fc;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.988)
/* Android */
Color.parseColor("#ff20fc")Accessibility — WCAG contrast
Aa
#ff20fc on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff20fc on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow1.2%
Key (black)0.0%
Color previews
#ff20fc text on a black background
contrast 6.86:1
Card sample
#ff20fc text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff20fc;
Background color
Panel with #ff20fc background
background-color: #ff20fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff20fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 32, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff20fc; background: linear-gradient(135deg, #ff20fc, #FF2067);