Salmon
#F89B91
RedColor Codes
All color formats for development
HEX
#F89B91RGB
rgb(248, 155, 145)HSL
hsl(6, 88%, 77%)OKLCH
oklch(0.782 0.113 26.6)CMYK
cmyk(0%, 38%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F67A6C
2#F35847
3#F13722
4#DD230E
5#B91D0C
6#941709
7#6F1107
8#4A0C05
9#250602
Tints
Lighter variations
1#F9A59C
2#F9AFA7
3#FAB9B2
4#FBC3BD
5#FBCDC8
6#FCD7D3
7#FDE1DE
8#FEEBE9
9#FEF5F4
Tones
Muted variations
1#F39F96
2#EEA39B
3#E8A7A0
4#E3ACA5
5#DEB0AB
6#D9B4B0
7#D4B8B5
8#CFBCBA
9#CAC0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC7 #FBC7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89B #F89B91 | BordersInactive statesPlaceholder text |
| 400 | F467 #F46757 | Disabled statesSecondary iconsMuted text |
| 500 | F13B #F13B27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D321 #D3210D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A81A #A81A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7813 #781308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0C #4D0C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF2F1;
--salmon-100: #FDE1DD;
--salmon-200: #FBC7C1;
--salmon-300: #F89B91;
--salmon-400: #F46757;
--salmon-500: #F13B27;
--salmon-600: #D3210D;
--salmon-700: #A81A0B;
--salmon-800: #781308;
--salmon-900: #4D0C05;
--salmon-950: #300803;
}