#f39b83
a light, electric red · warm · closest name: salmon
RGB
243, 155, 131
HSL
13°, 82%, 73%
CMYK
0, 36, 46, 5
Luminance
0.4414
Every format
| HEX | #f39b83 |
| RGB | rgb(243, 155, 131) |
| HSL | hsl(13, 82%, 73%) |
| CMYK | cmyk(0%, 36%, 46%, 5%) |
| LAB | lab(72.3 30.3 26.3) |
| LCH | lch(72.3 40.1 41.0) |
| OKLCH | oklch(0.773 0.112 36.0) |
Copy-ready code
/* CSS */
color: #f39b83;
background-color: #f39b83;
/* Tailwind (arbitrary) */
class="text-[#f39b83] bg-[#f39b83]"
/* SCSS */
$brand: #f39b83;
/* SwiftUI */
Color(red: 0.953, green: 0.608, blue: 0.514)
/* Android */
Color.parseColor("#f39b83")Accessibility — WCAG contrast
Aa
#f39b83 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39b83 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green60.8%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow46.1%
Key (black)4.7%
Color previews
#f39b83 text on a black background
contrast 9.83:1
Card sample
#f39b83 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39b83;
Background color
Panel with #f39b83 background
background-color: #f39b83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39b83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 155, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 155, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39b83; background: linear-gradient(135deg, #f39b83, #F3E683);