#f09677
a light, electric orange · warm · closest name: salmon
RGB
240, 150, 119
HSL
15°, 80%, 70%
CMYK
0, 38, 50, 6
Luminance
0.4167
Every format
| HEX | #f09677 |
| RGB | rgb(240, 150, 119) |
| HSL | hsl(15, 80%, 70%) |
| CMYK | cmyk(0%, 38%, 50%, 6%) |
| LAB | lab(70.7 30.6 30.5) |
| LCH | lch(70.7 43.3 44.9) |
| OKLCH | oklch(0.758 0.117 39.7) |
Copy-ready code
/* CSS */
color: #f09677;
background-color: #f09677;
/* Tailwind (arbitrary) */
class="text-[#f09677] bg-[#f09677]"
/* SCSS */
$brand: #f09677;
/* SwiftUI */
Color(red: 0.941, green: 0.588, blue: 0.467)
/* Android */
Color.parseColor("#f09677")Accessibility — WCAG contrast
Aa
#f09677 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09677 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.8%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow50.4%
Key (black)5.9%
Color previews
#f09677 text on a black background
contrast 9.33:1
Card sample
#f09677 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09677;
Background color
Panel with #f09677 background
background-color: #f09677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 150, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 150, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09677; background: linear-gradient(135deg, #f09677, #F0E777);