#f147eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 71, 235
HSL
302°, 86%, 61%
CMYK
0, 71, 3, 6
Luminance
0.2921
Every format
| HEX | #f147eb |
| RGB | rgb(241, 71, 235) |
| HSL | hsl(302, 86%, 61%) |
| CMYK | cmyk(0%, 71%, 3%, 6%) |
| LAB | lab(61.0 81.1 -48.8) |
| LCH | lch(61.0 94.7 329.0) |
| OKLCH | oklch(0.699 0.266 329.5) |
Copy-ready code
/* CSS */
color: #f147eb;
background-color: #f147eb;
/* Tailwind (arbitrary) */
class="text-[#f147eb] bg-[#f147eb]"
/* SCSS */
$brand: #f147eb;
/* SwiftUI */
Color(red: 0.945, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#f147eb")Accessibility — WCAG contrast
Aa
#f147eb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f147eb on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green27.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow2.5%
Key (black)5.5%
Color previews
#f147eb text on a black background
contrast 6.84:1
Card sample
#f147eb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f147eb;
Background color
Panel with #f147eb background
background-color: #f147eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f147eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f147eb; background: linear-gradient(135deg, #f147eb, #F1477A);