#f779cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 121, 203
HSL
321°, 89%, 72%
CMYK
0, 51, 18, 3
Luminance
0.3776
Every format
| HEX | #f779cb |
| RGB | rgb(247, 121, 203) |
| HSL | hsl(321, 89%, 72%) |
| CMYK | cmyk(0%, 51%, 18%, 3%) |
| LAB | lab(67.8 57.7 -20.2) |
| LCH | lch(67.8 61.1 340.7) |
| OKLCH | oklch(0.746 0.179 342.6) |
Copy-ready code
/* CSS */
color: #f779cb;
background-color: #f779cb;
/* Tailwind (arbitrary) */
class="text-[#f779cb] bg-[#f779cb]"
/* SCSS */
$brand: #f779cb;
/* SwiftUI */
Color(red: 0.969, green: 0.475, blue: 0.796)
/* Android */
Color.parseColor("#f779cb")Accessibility — WCAG contrast
Aa
#f779cb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f779cb on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green47.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow17.8%
Key (black)3.1%
Color previews
#f779cb text on a black background
contrast 8.55:1
Card sample
#f779cb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f779cb;
Background color
Panel with #f779cb background
background-color: #f779cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f779cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 121, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 121, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f779cb; background: linear-gradient(135deg, #f779cb, #F77B79);