#f078df
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 120, 223
HSL
309°, 80%, 71%
CMYK
0, 50, 7, 6
Luminance
0.3729
Every format
| HEX | #f078df |
| RGB | rgb(240, 120, 223) |
| HSL | hsl(309, 80%, 71%) |
| CMYK | cmyk(0%, 50%, 7%, 6%) |
| LAB | lab(67.5 59.2 -31.9) |
| LCH | lch(67.5 67.3 331.7) |
| OKLCH | oklch(0.744 0.191 332.9) |
Copy-ready code
/* CSS */
color: #f078df;
background-color: #f078df;
/* Tailwind (arbitrary) */
class="text-[#f078df] bg-[#f078df]"
/* SCSS */
$brand: #f078df;
/* SwiftUI */
Color(red: 0.941, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#f078df")Accessibility — WCAG contrast
Aa
#f078df on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f078df on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow7.1%
Key (black)5.9%
Color previews
#f078df text on a black background
contrast 8.46:1
Card sample
#f078df text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f078df;
Background color
Panel with #f078df background
background-color: #f078df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f078df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f078df; background: linear-gradient(135deg, #f078df, #F0788F);