#ff50d0
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 80, 208
HSL
316°, 100%, 66%
CMYK
0, 69, 18, 0
Luminance
0.3155
Every format
| HEX | #ff50d0 |
| RGB | rgb(255, 80, 208) |
| HSL | hsl(316, 100%, 66%) |
| CMYK | cmyk(0%, 69%, 18%, 0%) |
| LAB | lab(63.0 77.5 -30.3) |
| LCH | lch(63.0 83.2 338.6) |
| OKLCH | oklch(0.713 0.245 340.5) |
Copy-ready code
/* CSS */
color: #ff50d0;
background-color: #ff50d0;
/* Tailwind (arbitrary) */
class="text-[#ff50d0] bg-[#ff50d0]"
/* SCSS */
$brand: #ff50d0;
/* SwiftUI */
Color(red: 1.000, green: 0.314, blue: 0.816)
/* Android */
Color.parseColor("#ff50d0")Accessibility — WCAG contrast
Aa
#ff50d0 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff50d0 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.4%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow18.4%
Key (black)0.0%
Color previews
#ff50d0 text on a black background
contrast 7.31:1
Card sample
#ff50d0 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff50d0;
Background color
Panel with #ff50d0 background
background-color: #ff50d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff50d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 80, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 80, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff50d0; background: linear-gradient(135deg, #ff50d0, #FF505B);