#f078af
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 120, 175
HSL
333°, 80%, 71%
CMYK
0, 50, 27, 6
Luminance
0.3505
Every format
| HEX | #f078af |
| RGB | rgb(240, 120, 175) |
| HSL | hsl(333, 80%, 71%) |
| CMYK | cmyk(0%, 50%, 27%, 6%) |
| LAB | lab(65.8 52.1 -7.6) |
| LCH | lch(65.8 52.7 351.7) |
| OKLCH | oklch(0.726 0.159 353.0) |
Copy-ready code
/* CSS */
color: #f078af;
background-color: #f078af;
/* Tailwind (arbitrary) */
class="text-[#f078af] bg-[#f078af]"
/* SCSS */
$brand: #f078af;
/* SwiftUI */
Color(red: 0.941, green: 0.471, blue: 0.686)
/* Android */
Color.parseColor("#f078af")Accessibility — WCAG contrast
Aa
#f078af on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f078af on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow27.1%
Key (black)5.9%
Color previews
#f078af text on a black background
contrast 8.01:1
Card sample
#f078af text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f078af;
Background color
Panel with #f078af background
background-color: #f078af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f078af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 120, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 120, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f078af; background: linear-gradient(135deg, #f078af, #F09178);