#ff73af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 115, 175
HSL
334°, 100%, 73%
CMYK
0, 55, 31, 0
Luminance
0.3662
Every format
| HEX | #ff73af |
| RGB | rgb(255, 115, 175) |
| HSL | hsl(334, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 31%, 0%) |
| LAB | lab(67.0 59.2 -5.6) |
| LCH | lch(67.0 59.5 354.6) |
| OKLCH | oklch(0.739 0.180 355.6) |
Copy-ready code
/* CSS */
color: #ff73af;
background-color: #ff73af;
/* Tailwind (arbitrary) */
class="text-[#ff73af] bg-[#ff73af]"
/* SCSS */
$brand: #ff73af;
/* SwiftUI */
Color(red: 1.000, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#ff73af")Accessibility — WCAG contrast
Aa
#ff73af on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff73af on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ff73af text on a black background
contrast 8.32:1
Card sample
#ff73af text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff73af;
Background color
Panel with #ff73af background
background-color: #ff73af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff73af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff73af; background: linear-gradient(135deg, #ff73af, #FF9473);