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