#ff73b9
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 115, 185
HSL
330°, 100%, 73%
CMYK
0, 55, 28, 0
Luminance
0.3702
Every format
| HEX | #ff73b9 |
| RGB | rgb(255, 115, 185) |
| HSL | hsl(330, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 28%, 0%) |
| LAB | lab(67.3 60.4 -10.8) |
| LCH | lch(67.3 61.4 349.9) |
| OKLCH | oklch(0.742 0.185 351.4) |
Copy-ready code
/* CSS */
color: #ff73b9;
background-color: #ff73b9;
/* Tailwind (arbitrary) */
class="text-[#ff73b9] bg-[#ff73b9]"
/* SCSS */
$brand: #ff73b9;
/* SwiftUI */
Color(red: 1.000, green: 0.451, blue: 0.725)
/* Android */
Color.parseColor("#ff73b9")Accessibility — WCAG contrast
Aa
#ff73b9 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff73b9 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.1%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow27.5%
Key (black)0.0%
Color previews
#ff73b9 text on a black background
contrast 8.40:1
Card sample
#ff73b9 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff73b9;
Background color
Panel with #ff73b9 background
background-color: #ff73b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff73b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 115, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 115, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff73b9; background: linear-gradient(135deg, #ff73b9, #FF8A73);