#f147dc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 71, 220
HSL
307°, 86%, 61%
CMYK
0, 71, 9, 6
Luminance
0.2837
Every format
| HEX | #f147dc |
| RGB | rgb(241, 71, 220) |
| HSL | hsl(307, 86%, 61%) |
| CMYK | cmyk(0%, 71%, 9%, 6%) |
| LAB | lab(60.2 78.9 -41.6) |
| LCH | lch(60.2 89.2 332.2) |
| OKLCH | oklch(0.691 0.255 333.5) |
Copy-ready code
/* CSS */
color: #f147dc;
background-color: #f147dc;
/* Tailwind (arbitrary) */
class="text-[#f147dc] bg-[#f147dc]"
/* SCSS */
$brand: #f147dc;
/* SwiftUI */
Color(red: 0.945, green: 0.278, blue: 0.863)
/* Android */
Color.parseColor("#f147dc")Accessibility — WCAG contrast
Aa
#f147dc on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f147dc on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green27.8%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow8.7%
Key (black)5.5%
Color previews
#f147dc text on a black background
contrast 6.67:1
Card sample
#f147dc text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f147dc;
Background color
Panel with #f147dc background
background-color: #f147dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f147dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 71, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 71, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f147dc; background: linear-gradient(135deg, #f147dc, #F1476B);