#f0887c
a light, electric red · warm · closest name: salmon
RGB
240, 136, 124
HSL
6°, 80%, 71%
CMYK
0, 43, 48, 6
Luminance
0.3759
Every format
| HEX | #f0887c |
| RGB | rgb(240, 136, 124) |
| HSL | hsl(6, 80%, 71%) |
| CMYK | cmyk(0%, 43%, 48%, 6%) |
| LAB | lab(67.7 38.4 23.9) |
| LCH | lch(67.7 45.2 31.9) |
| OKLCH | oklch(0.736 0.129 27.6) |
Copy-ready code
/* CSS */
color: #f0887c;
background-color: #f0887c;
/* Tailwind (arbitrary) */
class="text-[#f0887c] bg-[#f0887c]"
/* SCSS */
$brand: #f0887c;
/* SwiftUI */
Color(red: 0.941, green: 0.533, blue: 0.486)
/* Android */
Color.parseColor("#f0887c")Accessibility — WCAG contrast
Aa
#f0887c on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0887c on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green53.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow48.3%
Key (black)5.9%
Color previews
#f0887c text on a black background
contrast 8.52:1
Card sample
#f0887c text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0887c;
Background color
Panel with #f0887c background
background-color: #f0887c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0887c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 136, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 136, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0887c; background: linear-gradient(135deg, #f0887c, #F0D57C);