#ff41ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 65, 186
HSL
322°, 100%, 63%
CMYK
0, 75, 27, 0
Luminance
0.2859
Every format
| HEX | #ff41ba |
| RGB | rgb(255, 65, 186) |
| HSL | hsl(322, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 27%, 0%) |
| LAB | lab(60.4 79.5 -21.7) |
| LCH | lch(60.4 82.5 344.7) |
| OKLCH | oklch(0.692 0.249 346.6) |
Copy-ready code
/* CSS */
color: #ff41ba;
background-color: #ff41ba;
/* Tailwind (arbitrary) */
class="text-[#ff41ba] bg-[#ff41ba]"
/* SCSS */
$brand: #ff41ba;
/* SwiftUI */
Color(red: 1.000, green: 0.255, blue: 0.729)
/* Android */
Color.parseColor("#ff41ba")Accessibility — WCAG contrast
Aa
#ff41ba on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff41ba on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow27.1%
Key (black)0.0%
Color previews
#ff41ba text on a black background
contrast 6.72:1
Card sample
#ff41ba text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff41ba;
Background color
Panel with #ff41ba background
background-color: #ff41ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff41ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 65, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 65, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff41ba; background: linear-gradient(135deg, #ff41ba, #FF4641);