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