#fd20cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 32, 203
HSL
314°, 98%, 56%
CMYK
0, 87, 20, 1
Luminance
0.2623
Every format
| HEX | #fd20cb |
| RGB | rgb(253, 32, 203) |
| HSL | hsl(314, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 20%, 1%) |
| LAB | lab(58.3 88.3 -34.9) |
| LCH | lch(58.3 95.0 338.5) |
| OKLCH | oklch(0.678 0.281 340.4) |
Copy-ready code
/* CSS */
color: #fd20cb;
background-color: #fd20cb;
/* Tailwind (arbitrary) */
class="text-[#fd20cb] bg-[#fd20cb]"
/* SCSS */
$brand: #fd20cb;
/* SwiftUI */
Color(red: 0.992, green: 0.125, blue: 0.796)
/* Android */
Color.parseColor("#fd20cb")Accessibility — WCAG contrast
Aa
#fd20cb on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd20cb on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow19.8%
Key (black)0.8%
Color previews
#fd20cb text on a black background
contrast 6.25:1
Card sample
#fd20cb text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd20cb;
Background color
Panel with #fd20cb background
background-color: #fd20cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd20cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 32, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 32, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd20cb; background: linear-gradient(135deg, #fd20cb, #FD2038);