#f779b3
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 121, 179
HSL
332°, 89%, 72%
CMYK
0, 51, 28, 3
Luminance
0.3670
Every format
| HEX | #f779b3 |
| RGB | rgb(247, 121, 179) |
| HSL | hsl(332, 89%, 72%) |
| CMYK | cmyk(0%, 51%, 28%, 3%) |
| LAB | lab(67.1 54.4 -7.9) |
| LCH | lch(67.1 55.0 351.8) |
| OKLCH | oklch(0.738 0.166 353.0) |
Copy-ready code
/* CSS */
color: #f779b3;
background-color: #f779b3;
/* Tailwind (arbitrary) */
class="text-[#f779b3] bg-[#f779b3]"
/* SCSS */
$brand: #f779b3;
/* SwiftUI */
Color(red: 0.969, green: 0.475, blue: 0.702)
/* Android */
Color.parseColor("#f779b3")Accessibility — WCAG contrast
Aa
#f779b3 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f779b3 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green47.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow27.5%
Key (black)3.1%
Color previews
#f779b3 text on a black background
contrast 8.34:1
Card sample
#f779b3 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f779b3;
Background color
Panel with #f779b3 background
background-color: #f779b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f779b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 121, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 121, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f779b3; background: linear-gradient(135deg, #f779b3, #F79379);