#ff1fc0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 31, 192
HSL
317°, 100%, 56%
CMYK
0, 88, 25, 0
Luminance
0.2605
Every format
| HEX | #ff1fc0 |
| RGB | rgb(255, 31, 192) |
| HSL | hsl(317, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 25%, 0%) |
| LAB | lab(58.1 87.6 -28.8) |
| LCH | lch(58.1 92.2 341.8) |
| OKLCH | oklch(0.676 0.277 343.8) |
Copy-ready code
/* CSS */
color: #ff1fc0;
background-color: #ff1fc0;
/* Tailwind (arbitrary) */
class="text-[#ff1fc0] bg-[#ff1fc0]"
/* SCSS */
$brand: #ff1fc0;
/* SwiftUI */
Color(red: 1.000, green: 0.122, blue: 0.753)
/* Android */
Color.parseColor("#ff1fc0")Accessibility — WCAG contrast
Aa
#ff1fc0 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1fc0 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow24.7%
Key (black)0.0%
Color previews
#ff1fc0 text on a black background
contrast 6.21:1
Card sample
#ff1fc0 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1fc0;
Background color
Panel with #ff1fc0 background
background-color: #ff1fc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1fc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 31, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 31, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1fc0; background: linear-gradient(135deg, #ff1fc0, #FF1F2B);