#ff7fcc
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 127, 204
HSL
324°, 100%, 75%
CMYK
0, 50, 20, 0
Luminance
0.4080
Every format
| HEX | #ff7fcc |
| RGB | rgb(255, 127, 204) |
| HSL | hsl(324, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 20%, 0%) |
| LAB | lab(70.0 57.4 -17.3) |
| LCH | lch(70.0 60.0 343.2) |
| OKLCH | oklch(0.765 0.177 345.1) |
Copy-ready code
/* CSS */
color: #ff7fcc;
background-color: #ff7fcc;
/* Tailwind (arbitrary) */
class="text-[#ff7fcc] bg-[#ff7fcc]"
/* SCSS */
$brand: #ff7fcc;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.800)
/* Android */
Color.parseColor("#ff7fcc")Accessibility — WCAG contrast
Aa
#ff7fcc on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7fcc on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow20.0%
Key (black)0.0%
Color previews
#ff7fcc text on a black background
contrast 9.16:1
Card sample
#ff7fcc text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7fcc;
Background color
Panel with #ff7fcc background
background-color: #ff7fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7fcc; background: linear-gradient(135deg, #ff7fcc, #FF877F);