#f178cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 120, 207
HSL
317°, 81%, 71%
CMYK
0, 50, 14, 6
Luminance
0.3664
Every format
| HEX | #f178cf |
| RGB | rgb(241, 120, 207) |
| HSL | hsl(317, 81%, 71%) |
| CMYK | cmyk(0%, 50%, 14%, 6%) |
| LAB | lab(67.0 57.0 -23.8) |
| LCH | lch(67.0 61.7 337.4) |
| OKLCH | oklch(0.739 0.179 339.2) |
Copy-ready code
/* CSS */
color: #f178cf;
background-color: #f178cf;
/* Tailwind (arbitrary) */
class="text-[#f178cf] bg-[#f178cf]"
/* SCSS */
$brand: #f178cf;
/* SwiftUI */
Color(red: 0.945, green: 0.471, blue: 0.812)
/* Android */
Color.parseColor("#f178cf")Accessibility — WCAG contrast
Aa
#f178cf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f178cf on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green47.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow14.1%
Key (black)5.5%
Color previews
#f178cf text on a black background
contrast 8.33:1
Card sample
#f178cf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f178cf;
Background color
Panel with #f178cf background
background-color: #f178cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f178cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 120, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 120, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f178cf; background: linear-gradient(135deg, #f178cf, #F1787E);