#ff20da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 32, 218
HSL
310°, 100%, 56%
CMYK
0, 88, 15, 0
Luminance
0.2735
Every format
| HEX | #ff20da |
| RGB | rgb(255, 32, 218) |
| HSL | hsl(310, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 15%, 0%) |
| LAB | lab(59.3 90.6 -41.7) |
| LCH | lch(59.3 99.7 335.3) |
| OKLCH | oklch(0.688 0.291 337.0) |
Copy-ready code
/* CSS */
color: #ff20da;
background-color: #ff20da;
/* Tailwind (arbitrary) */
class="text-[#ff20da] bg-[#ff20da]"
/* SCSS */
$brand: #ff20da;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.855)
/* Android */
Color.parseColor("#ff20da")Accessibility — WCAG contrast
Aa
#ff20da on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff20da on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow14.5%
Key (black)0.0%
Color previews
#ff20da text on a black background
contrast 6.47:1
Card sample
#ff20da text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff20da;
Background color
Panel with #ff20da background
background-color: #ff20da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff20da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 32, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff20da; background: linear-gradient(135deg, #ff20da, #FF2045);