#f76294
a light, electric magenta / pink · warm · closest name: salmon
RGB
247, 98, 148
HSL
340°, 90%, 68%
CMYK
0, 60, 40, 3
Luminance
0.3065
Every format
| HEX | #f76294 |
| RGB | rgb(247, 98, 148) |
| HSL | hsl(340, 90%, 68%) |
| CMYK | cmyk(0%, 60%, 40%, 3%) |
| LAB | lab(62.2 61.3 2.7) |
| LCH | lch(62.2 61.3 2.5) |
| OKLCH | oklch(0.699 0.187 2.4) |
Copy-ready code
/* CSS */
color: #f76294;
background-color: #f76294;
/* Tailwind (arbitrary) */
class="text-[#f76294] bg-[#f76294]"
/* SCSS */
$brand: #f76294;
/* SwiftUI */
Color(red: 0.969, green: 0.384, blue: 0.580)
/* Android */
Color.parseColor("#f76294")Accessibility — WCAG contrast
Aa
#f76294 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76294 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green38.4%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow40.1%
Key (black)3.1%
Color previews
#f76294 text on a black background
contrast 7.13:1
Card sample
#f76294 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76294;
Background color
Panel with #f76294 background
background-color: #f76294;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76294;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 98, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 98, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76294; background: linear-gradient(135deg, #f76294, #F79362);