#f09475
a light, electric orange · warm · closest name: salmon
RGB
240, 148, 117
HSL
15°, 80%, 70%
CMYK
0, 38, 51, 6
Luminance
0.4099
Every format
| HEX | #f09475 |
| RGB | rgb(240, 148, 117) |
| HSL | hsl(15, 80%, 70%) |
| CMYK | cmyk(0%, 38%, 51%, 6%) |
| LAB | lab(70.2 31.5 31.0) |
| LCH | lch(70.2 44.2 44.6) |
| OKLCH | oklch(0.755 0.120 39.4) |
Copy-ready code
/* CSS */
color: #f09475;
background-color: #f09475;
/* Tailwind (arbitrary) */
class="text-[#f09475] bg-[#f09475]"
/* SCSS */
$brand: #f09475;
/* SwiftUI */
Color(red: 0.941, green: 0.580, blue: 0.459)
/* Android */
Color.parseColor("#f09475")Accessibility — WCAG contrast
Aa
#f09475 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09475 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.0%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow51.3%
Key (black)5.9%
Color previews
#f09475 text on a black background
contrast 9.20:1
Card sample
#f09475 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09475;
Background color
Panel with #f09475 background
background-color: #f09475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 148, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 148, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09475; background: linear-gradient(135deg, #f09475, #F0E675);