#f48b67
a light, electric orange · warm · closest name: salmon
RGB
244, 139, 103
HSL
15°, 87%, 68%
CMYK
0, 43, 58, 4
Luminance
0.3868
Every format
| HEX | #f48b67 |
| RGB | rgb(244, 139, 103) |
| HSL | hsl(15, 87%, 68%) |
| CMYK | cmyk(0%, 43%, 58%, 4%) |
| LAB | lab(68.5 36.6 36.5) |
| LCH | lch(68.5 51.7 45.0) |
| OKLCH | oklch(0.742 0.138 39.6) |
Copy-ready code
/* CSS */
color: #f48b67;
background-color: #f48b67;
/* Tailwind (arbitrary) */
class="text-[#f48b67] bg-[#f48b67]"
/* SCSS */
$brand: #f48b67;
/* SwiftUI */
Color(red: 0.957, green: 0.545, blue: 0.404)
/* Android */
Color.parseColor("#f48b67")Accessibility — WCAG contrast
Aa
#f48b67 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48b67 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow57.8%
Key (black)4.3%
Color previews
#f48b67 text on a black background
contrast 8.74:1
Card sample
#f48b67 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48b67;
Background color
Panel with #f48b67 background
background-color: #f48b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 139, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 139, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48b67; background: linear-gradient(135deg, #f48b67, #F4E967);