#f0886b
a light, electric red · warm · closest name: salmon
RGB
240, 136, 107
HSL
13°, 82%, 68%
CMYK
0, 43, 55, 6
Luminance
0.3720
Every format
| HEX | #f0886b |
| RGB | rgb(240, 136, 107) |
| HSL | hsl(13, 82%, 68%) |
| CMYK | cmyk(0%, 43%, 55%, 6%) |
| LAB | lab(67.4 36.9 32.9) |
| LCH | lch(67.4 49.4 41.7) |
| OKLCH | oklch(0.733 0.134 36.5) |
Copy-ready code
/* CSS */
color: #f0886b;
background-color: #f0886b;
/* Tailwind (arbitrary) */
class="text-[#f0886b] bg-[#f0886b]"
/* SCSS */
$brand: #f0886b;
/* SwiftUI */
Color(red: 0.941, green: 0.533, blue: 0.420)
/* Android */
Color.parseColor("#f0886b")Accessibility — WCAG contrast
Aa
#f0886b on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0886b on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green53.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow55.4%
Key (black)5.9%
Color previews
#f0886b text on a black background
contrast 8.44:1
Card sample
#f0886b text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0886b;
Background color
Panel with #f0886b background
background-color: #f0886b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0886b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 136, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 136, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0886b; background: linear-gradient(135deg, #f0886b, #F0E16B);