#f779ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 121, 186
HSL
329°, 89%, 72%
CMYK
0, 51, 25, 3
Luminance
0.3699
Every format
| HEX | #f779ba |
| RGB | rgb(247, 121, 186) |
| HSL | hsl(329, 89%, 72%) |
| CMYK | cmyk(0%, 51%, 25%, 3%) |
| LAB | lab(67.3 55.3 -11.5) |
| LCH | lch(67.3 56.5 348.3) |
| OKLCH | oklch(0.740 0.169 349.8) |
Copy-ready code
/* CSS */
color: #f779ba;
background-color: #f779ba;
/* Tailwind (arbitrary) */
class="text-[#f779ba] bg-[#f779ba]"
/* SCSS */
$brand: #f779ba;
/* SwiftUI */
Color(red: 0.969, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#f779ba")Accessibility — WCAG contrast
Aa
#f779ba on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f779ba on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green47.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow24.7%
Key (black)3.1%
Color previews
#f779ba text on a black background
contrast 8.40:1
Card sample
#f779ba text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f779ba;
Background color
Panel with #f779ba background
background-color: #f779ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f779ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f779ba; background: linear-gradient(135deg, #f779ba, #F78C79);