#ff20ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 32, 173
HSL
322°, 100%, 56%
CMYK
0, 88, 32, 0
Luminance
0.2531
Every format
| HEX | #ff20ad |
| RGB | rgb(255, 32, 173) |
| HSL | hsl(322, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 32%, 0%) |
| LAB | lab(57.4 85.4 -18.9) |
| LCH | lch(57.4 87.5 347.6) |
| OKLCH | oklch(0.668 0.267 349.3) |
Copy-ready code
/* CSS */
color: #ff20ad;
background-color: #ff20ad;
/* Tailwind (arbitrary) */
class="text-[#ff20ad] bg-[#ff20ad]"
/* SCSS */
$brand: #ff20ad;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.678)
/* Android */
Color.parseColor("#ff20ad")Accessibility — WCAG contrast
Aa
#ff20ad on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff20ad on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow32.2%
Key (black)0.0%
Color previews
#ff20ad text on a black background
contrast 6.06:1
Card sample
#ff20ad text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff20ad;
Background color
Panel with #ff20ad background
background-color: #ff20ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff20ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 32, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff20ad; background: linear-gradient(135deg, #ff20ad, #FF2820);