#f76dba
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 109, 186
HSL
327°, 90%, 70%
CMYK
0, 56, 25, 3
Luminance
0.3426
Every format
| HEX | #f76dba |
| RGB | rgb(247, 109, 186) |
| HSL | hsl(327, 90%, 70%) |
| CMYK | cmyk(0%, 56%, 25%, 3%) |
| LAB | lab(65.2 60.9 -14.6) |
| LCH | lch(65.2 62.6 346.5) |
| OKLCH | oklch(0.724 0.188 348.2) |
Copy-ready code
/* CSS */
color: #f76dba;
background-color: #f76dba;
/* Tailwind (arbitrary) */
class="text-[#f76dba] bg-[#f76dba]"
/* SCSS */
$brand: #f76dba;
/* SwiftUI */
Color(red: 0.969, green: 0.427, blue: 0.729)
/* Android */
Color.parseColor("#f76dba")Accessibility — WCAG contrast
Aa
#f76dba on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76dba on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green42.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow24.7%
Key (black)3.1%
Color previews
#f76dba text on a black background
contrast 7.85:1
Card sample
#f76dba text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76dba;
Background color
Panel with #f76dba background
background-color: #f76dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 109, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 109, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76dba; background: linear-gradient(135deg, #f76dba, #F77C6D);