#f178ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 120, 186
HSL
327°, 81%, 71%
CMYK
0, 50, 23, 6
Luminance
0.3568
Every format
| HEX | #f178ba |
| RGB | rgb(241, 120, 186) |
| HSL | hsl(327, 81%, 71%) |
| CMYK | cmyk(0%, 50%, 23%, 6%) |
| LAB | lab(66.3 53.9 -13.1) |
| LCH | lch(66.3 55.5 346.4) |
| OKLCH | oklch(0.731 0.165 348.1) |
Copy-ready code
/* CSS */
color: #f178ba;
background-color: #f178ba;
/* Tailwind (arbitrary) */
class="text-[#f178ba] bg-[#f178ba]"
/* SCSS */
$brand: #f178ba;
/* SwiftUI */
Color(red: 0.945, green: 0.471, blue: 0.729)
/* Android */
Color.parseColor("#f178ba")Accessibility — WCAG contrast
Aa
#f178ba on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f178ba on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green47.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow22.8%
Key (black)5.5%
Color previews
#f178ba text on a black background
contrast 8.14:1
Card sample
#f178ba text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f178ba;
Background color
Panel with #f178ba background
background-color: #f178ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f178ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 120, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 120, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f178ba; background: linear-gradient(135deg, #f178ba, #F18778);