#fd53c4
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 83, 196
HSL
320°, 98%, 66%
CMYK
0, 67, 23, 1
Luminance
0.3105
Every format
| HEX | #fd53c4 |
| RGB | rgb(253, 83, 196) |
| HSL | hsl(320, 98%, 66%) |
| CMYK | cmyk(0%, 67%, 23%, 1%) |
| LAB | lab(62.6 74.4 -24.2) |
| LCH | lch(62.6 78.2 342.0) |
| OKLCH | oklch(0.708 0.233 343.9) |
Copy-ready code
/* CSS */
color: #fd53c4;
background-color: #fd53c4;
/* Tailwind (arbitrary) */
class="text-[#fd53c4] bg-[#fd53c4]"
/* SCSS */
$brand: #fd53c4;
/* SwiftUI */
Color(red: 0.992, green: 0.325, blue: 0.769)
/* Android */
Color.parseColor("#fd53c4")Accessibility — WCAG contrast
Aa
#fd53c4 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd53c4 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow22.5%
Key (black)0.8%
Color previews
#fd53c4 text on a black background
contrast 7.21:1
Card sample
#fd53c4 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd53c4;
Background color
Panel with #fd53c4 background
background-color: #fd53c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd53c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 83, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 83, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd53c4; background: linear-gradient(135deg, #fd53c4, #FD5353);