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