#ff73ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 115, 206
HSL
321°, 100%, 73%
CMYK
0, 55, 19, 0
Luminance
0.3798
Every format
| HEX | #ff73ce |
| RGB | rgb(255, 115, 206) |
| HSL | hsl(321, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 19%, 0%) |
| LAB | lab(68.0 63.2 -21.5) |
| LCH | lch(68.0 66.8 341.2) |
| OKLCH | oklch(0.750 0.197 343.1) |
Copy-ready code
/* CSS */
color: #ff73ce;
background-color: #ff73ce;
/* Tailwind (arbitrary) */
class="text-[#ff73ce] bg-[#ff73ce]"
/* SCSS */
$brand: #ff73ce;
/* SwiftUI */
Color(red: 1.000, green: 0.451, blue: 0.808)
/* Android */
Color.parseColor("#ff73ce")Accessibility — WCAG contrast
Aa
#ff73ce on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff73ce on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow19.2%
Key (black)0.0%
Color previews
#ff73ce text on a black background
contrast 8.60:1
Card sample
#ff73ce text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff73ce;
Background color
Panel with #ff73ce background
background-color: #ff73ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff73ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 115, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 115, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff73ce; background: linear-gradient(135deg, #ff73ce, #FF7573);