#f07c76
a light, electric red · warm · closest name: salmon
RGB
240, 124, 118
HSL
3°, 80%, 70%
CMYK
0, 48, 51, 6
Luminance
0.3425
Every format
| HEX | #f07c76 |
| RGB | rgb(240, 124, 118) |
| HSL | hsl(3, 80%, 70%) |
| CMYK | cmyk(0%, 48%, 51%, 6%) |
| LAB | lab(65.2 43.9 23.8) |
| LCH | lch(65.2 50.0 28.5) |
| OKLCH | oklch(0.716 0.144 24.4) |
Copy-ready code
/* CSS */
color: #f07c76;
background-color: #f07c76;
/* Tailwind (arbitrary) */
class="text-[#f07c76] bg-[#f07c76]"
/* SCSS */
$brand: #f07c76;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.463)
/* Android */
Color.parseColor("#f07c76")Accessibility — WCAG contrast
Aa
#f07c76 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07c76 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow50.8%
Key (black)5.9%
Color previews
#f07c76 text on a black background
contrast 7.85:1
Card sample
#f07c76 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07c76;
Background color
Panel with #f07c76 background
background-color: #f07c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07c76; background: linear-gradient(135deg, #f07c76, #F0CD76);