#ff41a0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 65, 160
HSL
330°, 100%, 63%
CMYK
0, 75, 37, 0
Luminance
0.2758
Every format
| HEX | #ff41a0 |
| RGB | rgb(255, 65, 160) |
| HSL | hsl(330, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 37%, 0%) |
| LAB | lab(59.5 76.7 -8.1) |
| LCH | lch(59.5 77.2 354.0) |
| OKLCH | oklch(0.682 0.237 355.1) |
Copy-ready code
/* CSS */
color: #ff41a0;
background-color: #ff41a0;
/* Tailwind (arbitrary) */
class="text-[#ff41a0] bg-[#ff41a0]"
/* SCSS */
$brand: #ff41a0;
/* SwiftUI */
Color(red: 1.000, green: 0.255, blue: 0.627)
/* Android */
Color.parseColor("#ff41a0")Accessibility — WCAG contrast
Aa
#ff41a0 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff41a0 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.5%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow37.3%
Key (black)0.0%
Color previews
#ff41a0 text on a black background
contrast 6.52:1
Card sample
#ff41a0 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff41a0;
Background color
Panel with #ff41a0 background
background-color: #ff41a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff41a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 65, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 65, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff41a0; background: linear-gradient(135deg, #ff41a0, #FF6041);