#ff41cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 65, 207
HSL
315°, 100%, 63%
CMYK
0, 75, 19, 0
Luminance
0.2955
Every format
| HEX | #ff41cf |
| RGB | rgb(255, 65, 207) |
| HSL | hsl(315, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 19%, 0%) |
| LAB | lab(61.3 82.1 -32.4) |
| LCH | lch(61.3 88.3 338.4) |
| OKLCH | oklch(0.701 0.260 340.4) |
Copy-ready code
/* CSS */
color: #ff41cf;
background-color: #ff41cf;
/* Tailwind (arbitrary) */
class="text-[#ff41cf] bg-[#ff41cf]"
/* SCSS */
$brand: #ff41cf;
/* SwiftUI */
Color(red: 1.000, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#ff41cf")Accessibility — WCAG contrast
Aa
#ff41cf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff41cf on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ff41cf text on a black background
contrast 6.91:1
Card sample
#ff41cf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff41cf;
Background color
Panel with #ff41cf background
background-color: #ff41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff41cf; background: linear-gradient(135deg, #ff41cf, #FF4150);