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