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