#f142ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 66, 186
HSL
319°, 86%, 60%
CMYK
0, 73, 23, 6
Luminance
0.2614
Every format
| HEX | #f142ba |
| RGB | rgb(241, 66, 186) |
| HSL | hsl(319, 86%, 60%) |
| CMYK | cmyk(0%, 73%, 23%, 6%) |
| LAB | lab(58.2 75.9 -25.4) |
| LCH | lch(58.2 80.0 341.5) |
| OKLCH | oklch(0.671 0.239 343.5) |
Copy-ready code
/* CSS */
color: #f142ba;
background-color: #f142ba;
/* Tailwind (arbitrary) */
class="text-[#f142ba] bg-[#f142ba]"
/* SCSS */
$brand: #f142ba;
/* SwiftUI */
Color(red: 0.945, green: 0.259, blue: 0.729)
/* Android */
Color.parseColor("#f142ba")Accessibility — WCAG contrast
Aa
#f142ba on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f142ba on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green25.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow22.8%
Key (black)5.5%
Color previews
#f142ba text on a black background
contrast 6.23:1
Card sample
#f142ba text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f142ba;
Background color
Panel with #f142ba background
background-color: #f142ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f142ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 66, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 66, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f142ba; background: linear-gradient(135deg, #f142ba, #F14245);