#f776df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 118, 223
HSL
311°, 89%, 72%
CMYK
0, 52, 10, 3
Luminance
0.3806
Every format
| HEX | #f776df |
| RGB | rgb(247, 118, 223) |
| HSL | hsl(311, 89%, 72%) |
| CMYK | cmyk(0%, 52%, 10%, 3%) |
| LAB | lab(68.1 62.1 -31.0) |
| LCH | lch(68.1 69.4 333.5) |
| OKLCH | oklch(0.750 0.199 335.0) |
Copy-ready code
/* CSS */
color: #f776df;
background-color: #f776df;
/* Tailwind (arbitrary) */
class="text-[#f776df] bg-[#f776df]"
/* SCSS */
$brand: #f776df;
/* SwiftUI */
Color(red: 0.969, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#f776df")Accessibility — WCAG contrast
Aa
#f776df on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f776df on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green46.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow9.7%
Key (black)3.1%
Color previews
#f776df text on a black background
contrast 8.61:1
Card sample
#f776df text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f776df;
Background color
Panel with #f776df background
background-color: #f776df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f776df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f776df; background: linear-gradient(135deg, #f776df, #F77689);