#f0757b
a light, electric red · warm · closest name: salmon
RGB
240, 117, 123
HSL
357°, 80%, 70%
CMYK
0, 51, 49, 6
Luminance
0.3268
Every format
| HEX | #f0757b |
| RGB | rgb(240, 117, 123) |
| HSL | hsl(357, 80%, 70%) |
| CMYK | cmyk(0%, 51%, 49%, 6%) |
| LAB | lab(63.9 47.8 19.3) |
| LCH | lch(63.9 51.5 22.0) |
| OKLCH | oklch(0.707 0.152 18.7) |
Copy-ready code
/* CSS */
color: #f0757b;
background-color: #f0757b;
/* Tailwind (arbitrary) */
class="text-[#f0757b] bg-[#f0757b]"
/* SCSS */
$brand: #f0757b;
/* SwiftUI */
Color(red: 0.941, green: 0.459, blue: 0.482)
/* Android */
Color.parseColor("#f0757b")Accessibility — WCAG contrast
Aa
#f0757b on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0757b on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.9%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow48.7%
Key (black)5.9%
Color previews
#f0757b text on a black background
contrast 7.54:1
Card sample
#f0757b text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0757b;
Background color
Panel with #f0757b background
background-color: #f0757b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0757b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 117, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 117, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0757b; background: linear-gradient(135deg, #f0757b, #F0C175);