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