#ff41b5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 65, 181
HSL
323°, 100%, 63%
CMYK
0, 75, 29, 0
Luminance
0.2838
Every format
| HEX | #ff41b5 |
| RGB | rgb(255, 65, 181) |
| HSL | hsl(323, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 29%, 0%) |
| LAB | lab(60.2 79.0 -19.1) |
| LCH | lch(60.2 81.3 346.4) |
| OKLCH | oklch(0.690 0.246 348.2) |
Copy-ready code
/* CSS */
color: #ff41b5;
background-color: #ff41b5;
/* Tailwind (arbitrary) */
class="text-[#ff41b5] bg-[#ff41b5]"
/* SCSS */
$brand: #ff41b5;
/* SwiftUI */
Color(red: 1.000, green: 0.255, blue: 0.710)
/* Android */
Color.parseColor("#ff41b5")Accessibility — WCAG contrast
Aa
#ff41b5 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff41b5 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow29.0%
Key (black)0.0%
Color previews
#ff41b5 text on a black background
contrast 6.68:1
Card sample
#ff41b5 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff41b5;
Background color
Panel with #ff41b5 background
background-color: #ff41b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff41b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 65, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 65, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff41b5; background: linear-gradient(135deg, #ff41b5, #FF4C41);