#f141bc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 65, 188
HSL
318°, 86%, 60%
CMYK
0, 73, 22, 6
Luminance
0.2611
Every format
| HEX | #f141bc |
| RGB | rgb(241, 65, 188) |
| HSL | hsl(318, 86%, 60%) |
| CMYK | cmyk(0%, 73%, 22%, 6%) |
| LAB | lab(58.1 76.5 -26.6) |
| LCH | lch(58.1 81.0 340.8) |
| OKLCH | oklch(0.671 0.241 342.8) |
Copy-ready code
/* CSS */
color: #f141bc;
background-color: #f141bc;
/* Tailwind (arbitrary) */
class="text-[#f141bc] bg-[#f141bc]"
/* SCSS */
$brand: #f141bc;
/* SwiftUI */
Color(red: 0.945, green: 0.255, blue: 0.737)
/* Android */
Color.parseColor("#f141bc")Accessibility — WCAG contrast
Aa
#f141bc on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f141bc on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green25.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow22.0%
Key (black)5.5%
Color previews
#f141bc text on a black background
contrast 6.22:1
Card sample
#f141bc text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f141bc;
Background color
Panel with #f141bc background
background-color: #f141bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f141bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 65, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 65, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f141bc; background: linear-gradient(135deg, #f141bc, #F14147);