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