#f078cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 120, 207
HSL
317°, 80%, 71%
CMYK
0, 50, 14, 6
Luminance
0.3646
Every format
| HEX | #f078cf |
| RGB | rgb(240, 120, 207) |
| HSL | hsl(317, 80%, 71%) |
| CMYK | cmyk(0%, 50%, 14%, 6%) |
| LAB | lab(66.9 56.7 -24.0) |
| LCH | lch(66.9 61.5 337.1) |
| OKLCH | oklch(0.737 0.178 338.8) |
Copy-ready code
/* CSS */
color: #f078cf;
background-color: #f078cf;
/* Tailwind (arbitrary) */
class="text-[#f078cf] bg-[#f078cf]"
/* SCSS */
$brand: #f078cf;
/* SwiftUI */
Color(red: 0.941, green: 0.471, blue: 0.812)
/* Android */
Color.parseColor("#f078cf")Accessibility — WCAG contrast
Aa
#f078cf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f078cf on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow13.7%
Key (black)5.9%
Color previews
#f078cf text on a black background
contrast 8.29:1
Card sample
#f078cf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f078cf;
Background color
Panel with #f078cf background
background-color: #f078cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f078cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 120, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 120, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f078cf; background: linear-gradient(135deg, #f078cf, #F0787F);