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