#f77cd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 124, 210
HSL
318°, 89%, 73%
CMYK
0, 50, 15, 3
Luminance
0.3884
Every format
| HEX | #f77cd2 |
| RGB | rgb(247, 124, 210) |
| HSL | hsl(318, 89%, 73%) |
| CMYK | cmyk(0%, 50%, 15%, 3%) |
| LAB | lab(68.6 57.3 -22.9) |
| LCH | lch(68.6 61.7 338.3) |
| OKLCH | oklch(0.753 0.179 340.1) |
Copy-ready code
/* CSS */
color: #f77cd2;
background-color: #f77cd2;
/* Tailwind (arbitrary) */
class="text-[#f77cd2] bg-[#f77cd2]"
/* SCSS */
$brand: #f77cd2;
/* SwiftUI */
Color(red: 0.969, green: 0.486, blue: 0.824)
/* Android */
Color.parseColor("#f77cd2")Accessibility — WCAG contrast
Aa
#f77cd2 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f77cd2 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green48.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow15.0%
Key (black)3.1%
Color previews
#f77cd2 text on a black background
contrast 8.77:1
Card sample
#f77cd2 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f77cd2;
Background color
Panel with #f77cd2 background
background-color: #f77cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f77cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 124, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 124, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f77cd2; background: linear-gradient(135deg, #f77cd2, #F77C80);