#ff41af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 65, 175
HSL
325°, 100%, 63%
CMYK
0, 75, 31, 0
Luminance
0.2814
Every format
| HEX | #ff41af |
| RGB | rgb(255, 65, 175) |
| HSL | hsl(325, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 31%, 0%) |
| LAB | lab(60.0 78.3 -16.0) |
| LCH | lch(60.0 79.9 348.4) |
| OKLCH | oklch(0.688 0.243 350.1) |
Copy-ready code
/* CSS */
color: #ff41af;
background-color: #ff41af;
/* Tailwind (arbitrary) */
class="text-[#ff41af] bg-[#ff41af]"
/* SCSS */
$brand: #ff41af;
/* SwiftUI */
Color(red: 1.000, green: 0.255, blue: 0.686)
/* Android */
Color.parseColor("#ff41af")Accessibility — WCAG contrast
Aa
#ff41af on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff41af on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow31.4%
Key (black)0.0%
Color previews
#ff41af text on a black background
contrast 6.63:1
Card sample
#ff41af text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff41af;
Background color
Panel with #ff41af background
background-color: #ff41af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff41af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 65, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 65, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff41af; background: linear-gradient(135deg, #ff41af, #FF5241);