#f3947c
a light, electric red · warm · closest name: salmon
RGB
243, 148, 124
HSL
12°, 83%, 72%
CMYK
0, 39, 49, 5
Luminance
0.4169
Every format
| HEX | #f3947c |
| RGB | rgb(243, 148, 124) |
| HSL | hsl(12, 83%, 72%) |
| CMYK | cmyk(0%, 39%, 49%, 5%) |
| LAB | lab(70.7 33.3 27.9) |
| LCH | lch(70.7 43.4 40.0) |
| OKLCH | oklch(0.760 0.120 35.0) |
Copy-ready code
/* CSS */
color: #f3947c;
background-color: #f3947c;
/* Tailwind (arbitrary) */
class="text-[#f3947c] bg-[#f3947c]"
/* SCSS */
$brand: #f3947c;
/* SwiftUI */
Color(red: 0.953, green: 0.580, blue: 0.486)
/* Android */
Color.parseColor("#f3947c")Accessibility — WCAG contrast
Aa
#f3947c on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3947c on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green58.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow49.0%
Key (black)4.7%
Color previews
#f3947c text on a black background
contrast 9.34:1
Card sample
#f3947c text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3947c;
Background color
Panel with #f3947c background
background-color: #f3947c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3947c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 148, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 148, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3947c; background: linear-gradient(135deg, #f3947c, #F3E37C);