#f780df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 128, 223
HSL
312°, 88%, 74%
CMYK
0, 48, 10, 3
Luminance
0.4054
Every format
| HEX | #f780df |
| RGB | rgb(247, 128, 223) |
| HSL | hsl(312, 88%, 74%) |
| CMYK | cmyk(0%, 48%, 10%, 3%) |
| LAB | lab(69.9 57.4 -28.2) |
| LCH | lch(69.9 64.0 333.8) |
| OKLCH | oklch(0.763 0.183 335.4) |
Copy-ready code
/* CSS */
color: #f780df;
background-color: #f780df;
/* Tailwind (arbitrary) */
class="text-[#f780df] bg-[#f780df]"
/* SCSS */
$brand: #f780df;
/* SwiftUI */
Color(red: 0.969, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#f780df")Accessibility — WCAG contrast
Aa
#f780df on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f780df on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green50.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow9.7%
Key (black)3.1%
Color previews
#f780df text on a black background
contrast 9.11:1
Card sample
#f780df text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f780df;
Background color
Panel with #f780df background
background-color: #f780df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f780df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f780df; background: linear-gradient(135deg, #f780df, #F78090);