#fd53b2
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 83, 178
HSL
327°, 98%, 66%
CMYK
0, 67, 30, 1
Luminance
0.3028
Every format
| HEX | #fd53b2 |
| RGB | rgb(253, 83, 178) |
| HSL | hsl(327, 98%, 66%) |
| CMYK | cmyk(0%, 67%, 30%, 1%) |
| LAB | lab(61.9 72.2 -14.9) |
| LCH | lch(61.9 73.7 348.3) |
| OKLCH | oklch(0.701 0.223 350.0) |
Copy-ready code
/* CSS */
color: #fd53b2;
background-color: #fd53b2;
/* Tailwind (arbitrary) */
class="text-[#fd53b2] bg-[#fd53b2]"
/* SCSS */
$brand: #fd53b2;
/* SwiftUI */
Color(red: 0.992, green: 0.325, blue: 0.698)
/* Android */
Color.parseColor("#fd53b2")Accessibility — WCAG contrast
Aa
#fd53b2 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd53b2 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow29.6%
Key (black)0.8%
Color previews
#fd53b2 text on a black background
contrast 7.06:1
Card sample
#fd53b2 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd53b2;
Background color
Panel with #fd53b2 background
background-color: #fd53b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd53b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 83, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 83, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd53b2; background: linear-gradient(135deg, #fd53b2, #FD6553);