#f76499
a light, electric magenta / pink · warm · closest name: salmon
RGB
247, 100, 153
HSL
338°, 90%, 68%
CMYK
0, 60, 38, 3
Luminance
0.3119
Every format
| HEX | #f76499 |
| RGB | rgb(247, 100, 153) |
| HSL | hsl(338, 90%, 68%) |
| CMYK | cmyk(0%, 60%, 38%, 3%) |
| LAB | lab(62.7 60.9 0.5) |
| LCH | lch(62.7 60.9 0.5) |
| OKLCH | oklch(0.702 0.186 0.6) |
Copy-ready code
/* CSS */
color: #f76499;
background-color: #f76499;
/* Tailwind (arbitrary) */
class="text-[#f76499] bg-[#f76499]"
/* SCSS */
$brand: #f76499;
/* SwiftUI */
Color(red: 0.969, green: 0.392, blue: 0.600)
/* Android */
Color.parseColor("#f76499")Accessibility — WCAG contrast
Aa
#f76499 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76499 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green39.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow38.1%
Key (black)3.1%
Color previews
#f76499 text on a black background
contrast 7.24:1
Card sample
#f76499 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76499;
Background color
Panel with #f76499 background
background-color: #f76499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 100, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 100, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76499; background: linear-gradient(135deg, #f76499, #F79164);