#f07c5f
a light, electric red · warm · closest name: salmon
RGB
240, 124, 95
HSL
12°, 83%, 66%
CMYK
0, 48, 60, 6
Luminance
0.3377
Every format
| HEX | #f07c5f |
| RGB | rgb(240, 124, 95) |
| HSL | hsl(12, 83%, 66%) |
| CMYK | cmyk(0%, 48%, 60%, 6%) |
| LAB | lab(64.8 42.1 36.1) |
| LCH | lch(64.8 55.5 40.6) |
| OKLCH | oklch(0.712 0.149 35.1) |
Copy-ready code
/* CSS */
color: #f07c5f;
background-color: #f07c5f;
/* Tailwind (arbitrary) */
class="text-[#f07c5f] bg-[#f07c5f]"
/* SCSS */
$brand: #f07c5f;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.373)
/* Android */
Color.parseColor("#f07c5f")Accessibility — WCAG contrast
Aa
#f07c5f on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07c5f on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow60.4%
Key (black)5.9%
Color previews
#f07c5f text on a black background
contrast 7.75:1
Card sample
#f07c5f text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07c5f;
Background color
Panel with #f07c5f background
background-color: #f07c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07c5f; background: linear-gradient(135deg, #f07c5f, #F0DD5F);