#f779cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 121, 205
HSL
320°, 89%, 72%
CMYK
0, 51, 17, 3
Luminance
0.3786
Every format
| HEX | #f779cd |
| RGB | rgb(247, 121, 205) |
| HSL | hsl(320, 89%, 72%) |
| CMYK | cmyk(0%, 51%, 17%, 3%) |
| LAB | lab(67.9 58.0 -21.2) |
| LCH | lch(67.9 61.7 339.9) |
| OKLCH | oklch(0.747 0.181 341.8) |
Copy-ready code
/* CSS */
color: #f779cd;
background-color: #f779cd;
/* Tailwind (arbitrary) */
class="text-[#f779cd] bg-[#f779cd]"
/* SCSS */
$brand: #f779cd;
/* SwiftUI */
Color(red: 0.969, green: 0.475, blue: 0.804)
/* Android */
Color.parseColor("#f779cd")Accessibility — WCAG contrast
Aa
#f779cd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f779cd on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green47.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow17.0%
Key (black)3.1%
Color previews
#f779cd text on a black background
contrast 8.57:1
Card sample
#f779cd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f779cd;
Background color
Panel with #f779cd background
background-color: #f779cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f779cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 121, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 121, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f779cd; background: linear-gradient(135deg, #f779cd, #F77979);