#f37294
a light, electric magenta / pink · warm · closest name: salmon
RGB
243, 114, 148
HSL
344°, 84%, 70%
CMYK
0, 53, 39, 5
Luminance
0.3323
Every format
| HEX | #f37294 |
| RGB | rgb(243, 114, 148) |
| HSL | hsl(344, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 39%, 5%) |
| LAB | lab(64.3 52.8 5.7) |
| LCH | lch(64.3 53.1 6.2) |
| OKLCH | oklch(0.713 0.161 5.5) |
Copy-ready code
/* CSS */
color: #f37294;
background-color: #f37294;
/* Tailwind (arbitrary) */
class="text-[#f37294] bg-[#f37294]"
/* SCSS */
$brand: #f37294;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.580)
/* Android */
Color.parseColor("#f37294")Accessibility — WCAG contrast
Aa
#f37294 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37294 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow39.1%
Key (black)4.7%
Color previews
#f37294 text on a black background
contrast 7.65:1
Card sample
#f37294 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37294;
Background color
Panel with #f37294 background
background-color: #f37294;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37294;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37294; background: linear-gradient(135deg, #f37294, #F3A672);