#f09779
a light, electric orange · warm · closest name: salmon
RGB
240, 151, 121
HSL
15°, 80%, 71%
CMYK
0, 37, 50, 6
Luminance
0.4204
Every format
| HEX | #f09779 |
| RGB | rgb(240, 151, 121) |
| HSL | hsl(15, 80%, 71%) |
| CMYK | cmyk(0%, 37%, 50%, 6%) |
| LAB | lab(70.9 30.3 29.8) |
| LCH | lch(70.9 42.5 44.5) |
| OKLCH | oklch(0.760 0.116 39.4) |
Copy-ready code
/* CSS */
color: #f09779;
background-color: #f09779;
/* Tailwind (arbitrary) */
class="text-[#f09779] bg-[#f09779]"
/* SCSS */
$brand: #f09779;
/* SwiftUI */
Color(red: 0.941, green: 0.592, blue: 0.475)
/* Android */
Color.parseColor("#f09779")Accessibility — WCAG contrast
Aa
#f09779 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09779 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green59.2%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow49.6%
Key (black)5.9%
Color previews
#f09779 text on a black background
contrast 9.41:1
Card sample
#f09779 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09779;
Background color
Panel with #f09779 background
background-color: #f09779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 151, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 151, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09779; background: linear-gradient(135deg, #f09779, #F0E679);