#f774df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 116, 223
HSL
311°, 89%, 71%
CMYK
0, 53, 10, 3
Luminance
0.3759
Every format
| HEX | #f774df |
| RGB | rgb(247, 116, 223) |
| HSL | hsl(311, 89%, 71%) |
| CMYK | cmyk(0%, 53%, 10%, 3%) |
| LAB | lab(67.7 63.0 -31.5) |
| LCH | lch(67.7 70.5 333.4) |
| OKLCH | oklch(0.748 0.202 334.9) |
Copy-ready code
/* CSS */
color: #f774df;
background-color: #f774df;
/* Tailwind (arbitrary) */
class="text-[#f774df] bg-[#f774df]"
/* SCSS */
$brand: #f774df;
/* SwiftUI */
Color(red: 0.969, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#f774df")Accessibility — WCAG contrast
Aa
#f774df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f774df on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green45.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow9.7%
Key (black)3.1%
Color previews
#f774df text on a black background
contrast 8.52:1
Card sample
#f774df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f774df;
Background color
Panel with #f774df background
background-color: #f774df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f774df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f774df; background: linear-gradient(135deg, #f774df, #F77488);