#f39178
a light, electric red · warm · closest name: salmon
RGB
243, 145, 120
HSL
12°, 84%, 71%
CMYK
0, 40, 51, 5
Luminance
0.4066
Every format
| HEX | #f39178 |
| RGB | rgb(243, 145, 120) |
| HSL | hsl(12, 84%, 71%) |
| CMYK | cmyk(0%, 40%, 51%, 5%) |
| LAB | lab(69.9 34.5 29.1) |
| LCH | lch(69.9 45.1 40.2) |
| OKLCH | oklch(0.754 0.125 35.2) |
Copy-ready code
/* CSS */
color: #f39178;
background-color: #f39178;
/* Tailwind (arbitrary) */
class="text-[#f39178] bg-[#f39178]"
/* SCSS */
$brand: #f39178;
/* SwiftUI */
Color(red: 0.953, green: 0.569, blue: 0.471)
/* Android */
Color.parseColor("#f39178")Accessibility — WCAG contrast
Aa
#f39178 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39178 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green56.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow50.6%
Key (black)4.7%
Color previews
#f39178 text on a black background
contrast 9.13:1
Card sample
#f39178 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39178;
Background color
Panel with #f39178 background
background-color: #f39178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 145, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 145, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39178; background: linear-gradient(135deg, #f39178, #F3E378);