#fd50ec
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 80, 236
HSL
306°, 98%, 65%
CMYK
0, 68, 7, 1
Luminance
0.3268
Every format
| HEX | #fd50ec |
| RGB | rgb(253, 80, 236) |
| HSL | hsl(306, 98%, 65%) |
| CMYK | cmyk(0%, 68%, 7%, 1%) |
| LAB | lab(63.9 81.0 -44.6) |
| LCH | lch(63.9 92.4 331.1) |
| OKLCH | oklch(0.723 0.263 332.2) |
Copy-ready code
/* CSS */
color: #fd50ec;
background-color: #fd50ec;
/* Tailwind (arbitrary) */
class="text-[#fd50ec] bg-[#fd50ec]"
/* SCSS */
$brand: #fd50ec;
/* SwiftUI */
Color(red: 0.992, green: 0.314, blue: 0.925)
/* Android */
Color.parseColor("#fd50ec")Accessibility — WCAG contrast
Aa
#fd50ec on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd50ec on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow6.7%
Key (black)0.8%
Color previews
#fd50ec text on a black background
contrast 7.54:1
Card sample
#fd50ec text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd50ec;
Background color
Panel with #fd50ec background
background-color: #fd50ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd50ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 80, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 80, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd50ec; background: linear-gradient(135deg, #fd50ec, #FD5079);