#f769df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 105, 223
HSL
310°, 90%, 69%
CMYK
0, 58, 10, 3
Luminance
0.3521
Every format
| HEX | #f769df |
| RGB | rgb(247, 105, 223) |
| HSL | hsl(310, 90%, 69%) |
| CMYK | cmyk(0%, 58%, 10%, 3%) |
| LAB | lab(65.9 67.9 -34.3) |
| LCH | lch(65.9 76.1 333.2) |
| OKLCH | oklch(0.734 0.218 334.6) |
Copy-ready code
/* CSS */
color: #f769df;
background-color: #f769df;
/* Tailwind (arbitrary) */
class="text-[#f769df] bg-[#f769df]"
/* SCSS */
$brand: #f769df;
/* SwiftUI */
Color(red: 0.969, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#f769df")Accessibility — WCAG contrast
Aa
#f769df on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f769df on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green41.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow9.7%
Key (black)3.1%
Color previews
#f769df text on a black background
contrast 8.04:1
Card sample
#f769df text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f769df;
Background color
Panel with #f769df background
background-color: #f769df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f769df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f769df; background: linear-gradient(135deg, #f769df, #F76980);