#ff20cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 32, 203
HSL
314°, 100%, 56%
CMYK
0, 88, 20, 0
Luminance
0.2660
Every format
| HEX | #ff20cb |
| RGB | rgb(255, 32, 203) |
| HSL | hsl(314, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 20%, 0%) |
| LAB | lab(58.6 88.7 -34.3) |
| LCH | lch(58.6 95.1 338.9) |
| OKLCH | oklch(0.681 0.282 340.9) |
Copy-ready code
/* CSS */
color: #ff20cb;
background-color: #ff20cb;
/* Tailwind (arbitrary) */
class="text-[#ff20cb] bg-[#ff20cb]"
/* SCSS */
$brand: #ff20cb;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.796)
/* Android */
Color.parseColor("#ff20cb")Accessibility — WCAG contrast
Aa
#ff20cb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff20cb on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow20.4%
Key (black)0.0%
Color previews
#ff20cb text on a black background
contrast 6.32:1
Card sample
#ff20cb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff20cb;
Background color
Panel with #ff20cb background
background-color: #ff20cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff20cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 32, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff20cb; background: linear-gradient(135deg, #ff20cb, #FF2036);