#f39583
a light, electric red · warm · closest name: salmon
RGB
243, 149, 131
HSL
10°, 82%, 73%
CMYK
0, 39, 46, 5
Luminance
0.4219
Every format
| HEX | #f39583 |
| RGB | rgb(243, 149, 131) |
| HSL | hsl(10, 82%, 73%) |
| CMYK | cmyk(0%, 39%, 46%, 5%) |
| LAB | lab(71.0 33.4 24.5) |
| LCH | lch(71.0 41.5 36.3) |
| OKLCH | oklch(0.763 0.117 31.6) |
Copy-ready code
/* CSS */
color: #f39583;
background-color: #f39583;
/* Tailwind (arbitrary) */
class="text-[#f39583] bg-[#f39583]"
/* SCSS */
$brand: #f39583;
/* SwiftUI */
Color(red: 0.953, green: 0.584, blue: 0.514)
/* Android */
Color.parseColor("#f39583")Accessibility — WCAG contrast
Aa
#f39583 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39583 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green58.4%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow46.1%
Key (black)4.7%
Color previews
#f39583 text on a black background
contrast 9.44:1
Card sample
#f39583 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39583;
Background color
Panel with #f39583 background
background-color: #f39583;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39583;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 149, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 149, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39583; background: linear-gradient(135deg, #f39583, #F3E083);