#fd73cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 115, 203
HSL
322°, 97%, 72%
CMYK
0, 55, 20, 1
Luminance
0.3746
Every format
| HEX | #fd73cb |
| RGB | rgb(253, 115, 203) |
| HSL | hsl(322, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 20%, 1%) |
| LAB | lab(67.6 62.2 -20.4) |
| LCH | lch(67.6 65.5 341.8) |
| OKLCH | oklch(0.746 0.194 343.7) |
Copy-ready code
/* CSS */
color: #fd73cb;
background-color: #fd73cb;
/* Tailwind (arbitrary) */
class="text-[#fd73cb] bg-[#fd73cb]"
/* SCSS */
$brand: #fd73cb;
/* SwiftUI */
Color(red: 0.992, green: 0.451, blue: 0.796)
/* Android */
Color.parseColor("#fd73cb")Accessibility — WCAG contrast
Aa
#fd73cb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd73cb on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow19.8%
Key (black)0.8%
Color previews
#fd73cb text on a black background
contrast 8.49:1
Card sample
#fd73cb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd73cb;
Background color
Panel with #fd73cb background
background-color: #fd73cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd73cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 115, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 115, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd73cb; background: linear-gradient(135deg, #fd73cb, #FD7773);