#ff80cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 128, 205
HSL
324°, 100%, 75%
CMYK
0, 50, 20, 0
Luminance
0.4111
Every format
| HEX | #ff80cd |
| RGB | rgb(255, 128, 205) |
| HSL | hsl(324, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 20%, 0%) |
| LAB | lab(70.3 57.1 -17.5) |
| LCH | lch(70.3 59.7 342.9) |
| OKLCH | oklch(0.766 0.176 344.8) |
Copy-ready code
/* CSS */
color: #ff80cd;
background-color: #ff80cd;
/* Tailwind (arbitrary) */
class="text-[#ff80cd] bg-[#ff80cd]"
/* SCSS */
$brand: #ff80cd;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.804)
/* Android */
Color.parseColor("#ff80cd")Accessibility — WCAG contrast
Aa
#ff80cd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff80cd on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow19.6%
Key (black)0.0%
Color previews
#ff80cd text on a black background
contrast 9.22:1
Card sample
#ff80cd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff80cd;
Background color
Panel with #ff80cd background
background-color: #ff80cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff80cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff80cd; background: linear-gradient(135deg, #ff80cd, #FF8880);