#fd53ac
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 83, 172
HSL
329°, 98%, 66%
CMYK
0, 67, 32, 1
Luminance
0.3005
Every format
| HEX | #fd53ac |
| RGB | rgb(253, 83, 172) |
| HSL | hsl(329, 98%, 66%) |
| CMYK | cmyk(0%, 67%, 32%, 1%) |
| LAB | lab(61.7 71.5 -11.8) |
| LCH | lch(61.7 72.5 350.6) |
| OKLCH | oklch(0.699 0.221 352.1) |
Copy-ready code
/* CSS */
color: #fd53ac;
background-color: #fd53ac;
/* Tailwind (arbitrary) */
class="text-[#fd53ac] bg-[#fd53ac]"
/* SCSS */
$brand: #fd53ac;
/* SwiftUI */
Color(red: 0.992, green: 0.325, blue: 0.675)
/* Android */
Color.parseColor("#fd53ac")Accessibility — WCAG contrast
Aa
#fd53ac on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd53ac on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow32.0%
Key (black)0.8%
Color previews
#fd53ac text on a black background
contrast 7.01:1
Card sample
#fd53ac text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd53ac;
Background color
Panel with #fd53ac background
background-color: #fd53ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd53ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 83, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 83, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd53ac; background: linear-gradient(135deg, #fd53ac, #FD6B53);